Html Css Color HEX #B58074 Brandy Rose

📋 copy color: '#B58074'

red 181 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #B58074

Tints of Brandy Rose #B58074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 42.59%
G = 30.12%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B58074 (or 0xB58074) is known color: Brandy Rose. HEX triplet: B5, 80 and 74. RGB value is (181,128,116). Sum of RGB (Red+Green+Blue) = 181+128+116=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B58074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58074 is #4A7F8B. Grayscale: #8E8E8E. Windows color (decimal): -4882316 or 7635125. OLE color: 7635125.

HSL color Cylindrical-coordinate representation of color #B58074: hue angle of 11.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58074 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 116 -
CMYK 0 0.29 0.36 0.29
HSL 11.08º 0.31% 0.58% -
HSV(B) 11.08º 0.36% 0.71% -
XYZ 29.93 26.52 20.07 -
YUV 142.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 181 128 116 0 0.29 0.36 0.29 11.08 0.31 0.58
Hex B5 80 74 0 1D 24 1D B 1F 3A
Octal 265 200 164 0 35 44 35 13 37 72
Binary 10110101 10000000 1110100 0 11101 100100 11101 1011 11111 111010

Color Harmonies of #B58074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58074

Black with #B58074

Text Example


Text Example

White with #B58074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58074; }

 p { color: rgb(181,128,116); }

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

background-color css

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

 a { background-color: rgb(181,128,116); }

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

border-color css

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

 span { border-color: rgb(181,128,116); }

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