Html Css Color HEX #B58C7A Brandy Rose

📋 copy color: '#B58C7A'

red 181 ◦ green 140 ◦ blue 122

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

Shades of Brandy Rose #B58C7A

Tints of Brandy Rose #B58C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 40.86%
G = 31.6%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B58C7A (or 0xB58C7A) is known color: Brandy Rose. HEX triplet: B5, 8C and 7A. RGB value is (181,140,122). Sum of RGB (Red+Green+Blue) = 181+140+122=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C7A is #4A7385. Grayscale: #969696. Windows color (decimal): -4879238 or 8031413. OLE color: 8031413.

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

Color convert

RGB 181 140 122 -
CMYK 0 0.23 0.33 0.29
HSL 18.31º 0.29% 0.59% -
HSV(B) 18.31º 0.33% 0.71% -
XYZ 31.95 29.99 22.52 -
YUV 150.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 181 140 122 0 0.23 0.33 0.29 18.31 0.29 0.59
Hex B5 8C 7A 0 17 21 1D 12 1D 3B
Octal 265 214 172 0 27 41 35 22 35 73
Binary 10110101 10001100 1111010 0 10111 100001 11101 10010 11101 111011

Color Harmonies of #B58C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C7A

Black with #B58C7A

Text Example


Text Example

White with #B58C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C7A; }

 p { color: rgb(181,140,122); }

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

background-color css

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

 a { background-color: rgb(181,140,122); }

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

border-color css

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

 span { border-color: rgb(181,140,122); }

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