Html Css Color HEX #B59048 Roti

📋 copy color: '#B59048'

red 181 ◦ green 144 ◦ blue 72

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

Shades of Roti #B59048

Tints of Roti #B59048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 45.59%
G = 36.27%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B59048 (or 0xB59048) is known color: Roti. HEX triplet: B5, 90 and 48. RGB value is (181,144,72). Sum of RGB (Red+Green+Blue) = 181+144+72=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B59048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59048 is #4A6FB7. Grayscale: #939393. Windows color (decimal): -4878264 or 4755637. OLE color: 4755637.

HSL color Cylindrical-coordinate representation of color #B59048: hue angle of 39.63º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59048 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 144 72 -
CMYK 0 0.20 0.60 0.29
HSL 39.63º 0.43% 0.5% -
HSV(B) 39.63º 0.6% 0.71% -
XYZ 30.2 30.24 10.38 -
YUV 146.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 181 144 72 0 0.20 0.60 0.29 39.63 0.43 0.5
Hex B5 90 48 0 14 3C 1D 28 2B 32
Octal 265 220 110 0 24 74 35 50 53 62
Binary 10110101 10010000 1001000 0 10100 111100 11101 101000 101011 110010

Color Harmonies of #B59048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59048

Black with #B59048

Text Example


Text Example

White with #B59048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59048; }

 p { color: rgb(181,144,72); }

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

background-color css

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

 a { background-color: rgb(181,144,72); }

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

border-color css

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

 span { border-color: rgb(181,144,72); }

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