Html Css Color HEX #B58678 Brandy Rose

📋 copy color: '#B58678'

red 181 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #B58678

Tints of Brandy Rose #B58678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 41.61%
G = 30.8%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B58678 (or 0xB58678) is known color: Brandy Rose. HEX triplet: B5, 86 and 78. RGB value is (181,134,120). Sum of RGB (Red+Green+Blue) = 181+134+120=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B58678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58678 is #4A7987. Grayscale: #929292. Windows color (decimal): -4880776 or 7898805. OLE color: 7898805.

HSL color Cylindrical-coordinate representation of color #B58678: hue angle of 13.77º degrees, saturation: 0.29, 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 #B58678 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 120 -
CMYK 0 0.26 0.34 0.29
HSL 13.77º 0.29% 0.59% -
HSV(B) 13.77º 0.34% 0.71% -
XYZ 30.97 28.23 21.59 -
YUV 146.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 181 134 120 0 0.26 0.34 0.29 13.77 0.29 0.59
Hex B5 86 78 0 1A 22 1D E 1D 3B
Octal 265 206 170 0 32 42 35 16 35 73
Binary 10110101 10000110 1111000 0 11010 100010 11101 1110 11101 111011

Color Harmonies of #B58678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58678

Black with #B58678

Text Example


Text Example

White with #B58678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58678; }

 p { color: rgb(181,134,120); }

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

background-color css

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

 a { background-color: rgb(181,134,120); }

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

border-color css

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

 span { border-color: rgb(181,134,120); }

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