Html Css Color HEX #B58274 Brandy Rose

📋 copy color: '#B58274'

red 181 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #B58274

Tints of Brandy Rose #B58274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 42.39%
G = 30.44%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B58274 (or 0xB58274) is known color: Brandy Rose. HEX triplet: B5, 82 and 74. RGB value is (181,130,116). Sum of RGB (Red+Green+Blue) = 181+130+116=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58274 is #4A7D8B. Grayscale: #8F8F8F. Windows color (decimal): -4881804 or 7635637. OLE color: 7635637.

HSL color Cylindrical-coordinate representation of color #B58274: hue angle of 12.92º 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 #B58274 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 116 -
CMYK 0 0.28 0.36 0.29
HSL 12.92º 0.31% 0.58% -
HSV(B) 12.92º 0.36% 0.71% -
XYZ 30.19 27.05 20.15 -
YUV 143.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 181 130 116 0 0.28 0.36 0.29 12.92 0.31 0.58
Hex B5 82 74 0 1C 24 1D D 1F 3A
Octal 265 202 164 0 34 44 35 15 37 72
Binary 10110101 10000010 1110100 0 11100 100100 11101 1101 11111 111010

Color Harmonies of #B58274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58274

Black with #B58274

Text Example


Text Example

White with #B58274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58274; }

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

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

background-color css

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

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

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

border-color css

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

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

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