Html Css Color HEX #B58B77 Brandy Rose

📋 copy color: '#B58B77'

red 181 ◦ green 139 ◦ blue 119

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

Shades of Brandy Rose #B58B77

Tints of Brandy Rose #B58B77

RGB

 RED value IS 181 (71.09% from 255) = 41.23%

 GREEN value IS 139 (54.69% from 255) = 31.66%

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

R = 41.23%
G = 31.66%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B58B77 (or 0xB58B77) is known color: Brandy Rose. HEX triplet: B5, 8B and 77. RGB value is (181,139,119). Sum of RGB (Red+Green+Blue) = 181+139+119=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B77 is #4A7488. Grayscale: #959595. Windows color (decimal): -4879497 or 7834549. OLE color: 7834549.

HSL color Cylindrical-coordinate representation of color #B58B77: hue angle of 19.35º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58B77 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 119 -
CMYK 0 0.23 0.34 0.29
HSL 19.35º 0.3% 0.59% -
HSV(B) 19.35º 0.34% 0.71% -
XYZ 31.62 29.62 21.5 -
YUV 149.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 181 139 119 0 0.23 0.34 0.29 19.35 0.3 0.59
Hex B5 8B 77 0 17 22 1D 13 1E 3B
Octal 265 213 167 0 27 42 35 23 36 73
Binary 10110101 10001011 1110111 0 10111 100010 11101 10011 11110 111011

Color Harmonies of #B58B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B77

Black with #B58B77

Text Example


Text Example

White with #B58B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B77; }

 p { color: rgb(181,139,119); }

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

background-color css

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

 a { background-color: rgb(181,139,119); }

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

border-color css

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

 span { border-color: rgb(181,139,119); }

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