Html Css Color HEX #B0837B Brandy Rose

📋 copy color: '#B0837B'

red 176 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #B0837B

Tints of Brandy Rose #B0837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 40.93%
G = 30.47%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0837B (or 0xB0837B) is known color: Brandy Rose. HEX triplet: B0, 83 and 7B. RGB value is (176,131,123). Sum of RGB (Red+Green+Blue) = 176+131+123=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837B is #4F7C84. Grayscale: #8F8F8F. Windows color (decimal): -5209221 or 8094640. OLE color: 8094640.

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

Color convert

RGB 176 131 123 -
CMYK 0 0.26 0.30 0.31
HSL 9.06º 0.25% 0.59% -
HSV(B) 9.06º 0.3% 0.69% -
XYZ 29.6 26.89 22.37 -
YUV 143.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 176 131 123 0 0.26 0.30 0.31 9.06 0.25 0.59
Hex B0 83 7B 0 1A 1E 1F 9 19 3B
Octal 260 203 173 0 32 36 37 11 31 73
Binary 10110000 10000011 1111011 0 11010 11110 11111 1001 11001 111011

Color Harmonies of #B0837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0837B

Black with #B0837B

Text Example


Text Example

White with #B0837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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