Html Css Color HEX #B0837F Brandy Rose

📋 copy color: '#B0837F'

red 176 ◦ green 131 ◦ blue 127

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

Shades of Brandy Rose #B0837F

Tints of Brandy Rose #B0837F

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 40.55%
G = 30.18%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0837F (or 0xB0837F) is known color: Brandy Rose. HEX triplet: B0, 83 and 7F. RGB value is (176,131,127). Sum of RGB (Red+Green+Blue) = 176+131+127=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837F is #4F7C80. Grayscale: #909090. Windows color (decimal): -5209217 or 8356784. OLE color: 8356784.

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

Color convert

RGB 176 131 127 -
CMYK 0 0.26 0.28 0.31
HSL 4.9º 0.24% 0.59% -
HSV(B) 4.9º 0.28% 0.69% -
XYZ 29.85 27 23.72 -
YUV 144 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 176 131 127 0 0.26 0.28 0.31 4.9 0.24 0.59
Hex B0 83 7F 0 1A 1C 1F 5 18 3B
Octal 260 203 177 0 32 34 37 5 30 73
Binary 10110000 10000011 1111111 0 11010 11100 11111 101 11000 111011

Color Harmonies of #B0837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0837F

Black with #B0837F

Text Example


Text Example

White with #B0837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0837F; }

 p { color: rgb(176,131,127); }

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

background-color css

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

 a { background-color: rgb(176,131,127); }

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

border-color css

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

 span { border-color: rgb(176,131,127); }

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