Html Css Color HEX #B59A3A Roti

📋 copy color: '#B59A3A'

red 181 ◦ green 154 ◦ blue 58

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

Shades of Roti #B59A3A

Tints of Roti #B59A3A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 46.06%
G = 39.19%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B59A3A (or 0xB59A3A) is known color: Roti. HEX triplet: B5, 9A and 3A. RGB value is (181,154,58). Sum of RGB (Red+Green+Blue) = 181+154+58=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A3A is #4A65C5. Grayscale: #979797. Windows color (decimal): -4875718 or 3840693. OLE color: 3840693.

HSL color Cylindrical-coordinate representation of color #B59A3A: hue angle of 46.83º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B59A3A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 58 -
CMYK 0 0.15 0.68 0.29
HSL 46.83º 0.51% 0.47% -
HSV(B) 46.83º 0.68% 0.71% -
XYZ 31.38 33.24 8.77 -
YUV 151.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 181 154 58 0 0.15 0.68 0.29 46.83 0.51 0.47
Hex B5 9A 3A 0 F 44 1D 2F 33 2F
Octal 265 232 72 0 17 104 35 57 63 57
Binary 10110101 10011010 111010 0 1111 1000100 11101 101111 110011 101111

Color Harmonies of #B59A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A3A

Black with #B59A3A

Text Example


Text Example

White with #B59A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A3A; }

 p { color: rgb(181,154,58); }

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

background-color css

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

 a { background-color: rgb(181,154,58); }

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

border-color css

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

 span { border-color: rgb(181,154,58); }

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