Html Css Color HEX #B88678 Brandy Rose

📋 copy color: '#B88678'

red 184 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #B88678

Tints of Brandy Rose #B88678

RGB

 RED value IS 184 (72.27% from 255) = 42.01%

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

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

R = 42.01%
G = 30.59%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B88678 (or 0xB88678) is known color: Brandy Rose. HEX triplet: B8, 86 and 78. RGB value is (184,134,120). Sum of RGB (Red+Green+Blue) = 184+134+120=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B88678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88678 is #477987. Grayscale: #939393. Windows color (decimal): -4684168 or 7898808. OLE color: 7898808.

HSL color Cylindrical-coordinate representation of color #B88678: hue angle of 13.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88678 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 120 -
CMYK 0 0.27 0.35 0.28
HSL 13.13º 0.31% 0.6% -
HSV(B) 13.13º 0.35% 0.72% -
XYZ 31.68 28.6 21.62 -
YUV 147.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 184 134 120 0 0.27 0.35 0.28 13.13 0.31 0.6
Hex B8 86 78 0 1B 23 1C D 1F 3C
Octal 270 206 170 0 33 43 34 15 37 74
Binary 10111000 10000110 1111000 0 11011 100011 11100 1101 11111 111100

Color Harmonies of #B88678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88678

Black with #B88678

Text Example


Text Example

White with #B88678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88678; }

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

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

background-color css

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

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

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

border-color css

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

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

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