Html Css Color HEX #B88374 Brandy Rose

📋 copy color: '#B88374'

red 184 ◦ green 131 ◦ blue 116

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

Shades of Brandy Rose #B88374

Tints of Brandy Rose #B88374

RGB

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

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

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

R = 42.69%
G = 30.39%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B88374 (or 0xB88374) is known color: Brandy Rose. HEX triplet: B8, 83 and 74. RGB value is (184,131,116). Sum of RGB (Red+Green+Blue) = 184+131+116=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88374 is #477C8B. Grayscale: #919191. Windows color (decimal): -4684940 or 7635896. OLE color: 7635896.

HSL color Cylindrical-coordinate representation of color #B88374: hue angle of 13.24º 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 #B88374 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 116 -
CMYK 0 0.29 0.37 0.28
HSL 13.24º 0.32% 0.59% -
HSV(B) 13.24º 0.37% 0.72% -
XYZ 31.04 27.68 20.23 -
YUV 145.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 184 131 116 0 0.29 0.37 0.28 13.24 0.32 0.59
Hex B8 83 74 0 1D 25 1C D 20 3B
Octal 270 203 164 0 35 45 34 15 40 73
Binary 10111000 10000011 1110100 0 11101 100101 11100 1101 100000 111011

Color Harmonies of #B88374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88374

Black with #B88374

Text Example


Text Example

White with #B88374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88374; }

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

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

background-color css

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

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

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

border-color css

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

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

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