Html Css Color HEX #B59A38 Roti

📋 copy color: '#B59A38'

red 181 ◦ green 154 ◦ blue 56

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

Shades of Roti #B59A38

Tints of Roti #B59A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 46.29%
G = 39.39%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B59A38 (or 0xB59A38) is known color: Roti. HEX triplet: B5, 9A and 38. RGB value is (181,154,56). Sum of RGB (Red+Green+Blue) = 181+154+56=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A38 is #4A65C7. Grayscale: #979797. Windows color (decimal): -4875720 or 3709621. OLE color: 3709621.

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

Color convert

RGB 181 154 56 -
CMYK 0 0.15 0.69 0.29
HSL 47.04º 0.53% 0.46% -
HSV(B) 47.04º 0.69% 0.71% -
XYZ 31.33 33.22 8.5 -
YUV 150.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 181 154 56 0 0.15 0.69 0.29 47.04 0.53 0.46
Hex B5 9A 38 0 F 45 1D 2F 35 2E
Octal 265 232 70 0 17 105 35 57 65 56
Binary 10110101 10011010 111000 0 1111 1000101 11101 101111 110101 101110

Color Harmonies of #B59A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A38

Black with #B59A38

Text Example


Text Example

White with #B59A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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