Html Css Color HEX #BC8678 Brandy Rose

📋 copy color: '#BC8678'

red 188 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #BC8678

Tints of Brandy Rose #BC8678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 42.53%
G = 30.32%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8678 (or 0xBC8678) is known color: Brandy Rose. HEX triplet: BC, 86 and 78. RGB value is (188,134,120). Sum of RGB (Red+Green+Blue) = 188+134+120=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8678 is #437987. Grayscale: #949494. Windows color (decimal): -4422024 or 7898812. OLE color: 7898812.

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

Color convert

RGB 188 134 120 -
CMYK 0 0.29 0.36 0.26
HSL 12.35º 0.34% 0.6% -
HSV(B) 12.35º 0.36% 0.74% -
XYZ 32.65 29.1 21.66 -
YUV 148.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 188 134 120 0 0.29 0.36 0.26 12.35 0.34 0.6
Hex BC 86 78 0 1D 24 1A C 22 3C
Octal 274 206 170 0 35 44 32 14 42 74
Binary 10111100 10000110 1111000 0 11101 100100 11010 1100 100010 111100

Color Harmonies of #BC8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8678

Black with #BC8678

Text Example


Text Example

White with #BC8678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8678; }

 p { color: rgb(188,134,120); }

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

background-color css

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

 a { background-color: rgb(188,134,120); }

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

border-color css

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

 span { border-color: rgb(188,134,120); }

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