Html Css Color HEX #BC8B70 Brandy Rose

📋 copy color: '#BC8B70'

red 188 ◦ green 139 ◦ blue 112

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

Shades of Brandy Rose #BC8B70

Tints of Brandy Rose #BC8B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 42.82%
G = 31.66%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8B70 (or 0xBC8B70) is known color: Brandy Rose. HEX triplet: BC, 8B and 70. RGB value is (188,139,112). Sum of RGB (Red+Green+Blue) = 188+139+112=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B70 is #43748F. Grayscale: #969696. Windows color (decimal): -4420752 or 7375804. OLE color: 7375804.

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

Color convert

RGB 188 139 112 -
CMYK 0 0.26 0.40 0.26
HSL 21.32º 0.36% 0.59% -
HSV(B) 21.32º 0.4% 0.74% -
XYZ 32.9 30.33 19.45 -
YUV 150.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 188 139 112 0 0.26 0.40 0.26 21.32 0.36 0.59
Hex BC 8B 70 0 1A 28 1A 15 24 3B
Octal 274 213 160 0 32 50 32 25 44 73
Binary 10111100 10001011 1110000 0 11010 101000 11010 10101 100100 111011

Color Harmonies of #BC8B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B70

Black with #BC8B70

Text Example


Text Example

White with #BC8B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B70; }

 p { color: rgb(188,139,112); }

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

background-color css

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

 a { background-color: rgb(188,139,112); }

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

border-color css

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

 span { border-color: rgb(188,139,112); }

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