Html Css Color HEX #BC8372 Brandy Rose

📋 copy color: '#BC8372'

red 188 ◦ green 131 ◦ blue 114

#BC8372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #BC8372

Tints of Brandy Rose #BC8372

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 43.42%
G = 30.25%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC8372 (or 0xBC8372) is known color: Brandy Rose. HEX triplet: BC, 83 and 72. RGB value is (188,131,114). Sum of RGB (Red+Green+Blue) = 188+131+114=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8372 is #437C8D. Grayscale: #929292. Windows color (decimal): -4422798 or 7504828. OLE color: 7504828.

HSL color Cylindrical-coordinate representation of color #BC8372: hue angle of 13.78º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8372 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 114 -
CMYK 0 0.30 0.39 0.26
HSL 13.78º 0.36% 0.59% -
HSV(B) 13.78º 0.39% 0.74% -
XYZ 31.89 28.14 19.67 -
YUV 146.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 188 131 114 0 0.30 0.39 0.26 13.78 0.36 0.59
Hex BC 83 72 0 1E 27 1A E 24 3B
Octal 274 203 162 0 36 47 32 16 44 73
Binary 10111100 10000011 1110010 0 11110 100111 11010 1110 100100 111011

Color Harmonies of #BC8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8372

Black with #BC8372

Text Example


Text Example

White with #BC8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8372; }

 p { color: rgb(188,131,114); }

 H1.HeaderClassName
 {
   color: #BC8372;
 }
 .AnyTagClassName
 {
   color: #BC8372;
 }
</style>

background-color css

<style>
 a { background-color: #BC8372; }

 a { background-color: rgb(188,131,114); }

 div.DivClassName
 {
   background-color: #BC8372;
 }
 .BgClassName
 {
   background-color: #BC8372;
 }
</style>

border-color css

<style>
 span { border-color: #BC8372; }

 span { border-color: rgb(188,131,114); }

 td.TdClassName
 {
   border-color: #BC8372;
 }
 .TagClassName
 {
   border-color: #BC8372;
 }
</style>