Html Css Color HEX #B88277 Brandy Rose

📋 copy color: '#B88277'

red 184 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #B88277

Tints of Brandy Rose #B88277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 42.49%
G = 30.02%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B88277 (or 0xB88277) is known color: Brandy Rose. HEX triplet: B8, 82 and 77. RGB value is (184,130,119). Sum of RGB (Red+Green+Blue) = 184+130+119=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B88277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88277 is #477D88. Grayscale: #909090. Windows color (decimal): -4685193 or 7832248. OLE color: 7832248.

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

Color convert

RGB 184 130 119 -
CMYK 0 0.29 0.35 0.28
HSL 10.15º 0.31% 0.59% -
HSV(B) 10.15º 0.35% 0.72% -
XYZ 31.08 27.49 21.12 -
YUV 144.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 184 130 119 0 0.29 0.35 0.28 10.15 0.31 0.59
Hex B8 82 77 0 1D 23 1C A 1F 3B
Octal 270 202 167 0 35 43 34 12 37 73
Binary 10111000 10000010 1110111 0 11101 100011 11100 1010 11111 111011

Color Harmonies of #B88277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88277

Black with #B88277

Text Example


Text Example

White with #B88277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88277; }

 p { color: rgb(184,130,119); }

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

background-color css

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

 a { background-color: rgb(184,130,119); }

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

border-color css

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

 span { border-color: rgb(184,130,119); }

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