Html Css Color HEX #B88674 Brandy Rose

📋 copy color: '#B88674'

red 184 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #B88674

Tints of Brandy Rose #B88674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 42.4%
G = 30.88%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B88674 (or 0xB88674) is known color: Brandy Rose. HEX triplet: B8, 86 and 74. RGB value is (184,134,116). Sum of RGB (Red+Green+Blue) = 184+134+116=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B88674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88674 is #47798B. Grayscale: #939393. Windows color (decimal): -4684172 or 7636664. OLE color: 7636664.

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

Color convert

RGB 184 134 116 -
CMYK 0 0.27 0.37 0.28
HSL 15.88º 0.32% 0.59% -
HSV(B) 15.88º 0.37% 0.72% -
XYZ 31.44 28.5 20.37 -
YUV 146.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 184 134 116 0 0.27 0.37 0.28 15.88 0.32 0.59
Hex B8 86 74 0 1B 25 1C 10 20 3B
Octal 270 206 164 0 33 45 34 20 40 73
Binary 10111000 10000110 1110100 0 11011 100101 11100 10000 100000 111011

Color Harmonies of #B88674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88674

Black with #B88674

Text Example


Text Example

White with #B88674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88674; }

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

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

background-color css

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

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

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

border-color css

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

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

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