Html Css Color HEX #B49239 Roti

📋 copy color: '#B49239'

red 180 ◦ green 146 ◦ blue 57

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

Shades of Roti #B49239

Tints of Roti #B49239

RGB

 RED value IS 180 (70.7% from 255) = 47%

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 57 (22.66% from 255) = 14.88%

R = 47%
G = 38.12%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49239 (or 0xB49239) is known color: Roti. HEX triplet: B4, 92 and 39. RGB value is (180,146,57). Sum of RGB (Red+Green+Blue) = 180+146+57=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49239 is #4B6DC6. Grayscale: #929292. Windows color (decimal): -4943303 or 3773108. OLE color: 3773108.

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

Color convert

RGB 180 146 57 -
CMYK 0 0.19 0.68 0.29
HSL 43.41º 0.52% 0.46% -
HSV(B) 43.41º 0.68% 0.71% -
XYZ 29.84 30.56 8.2 -
YUV 146.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 180 146 57 0 0.19 0.68 0.29 43.41 0.52 0.46
Hex B4 92 39 0 13 44 1D 2B 34 2E
Octal 264 222 71 0 23 104 35 53 64 56
Binary 10110100 10010010 111001 0 10011 1000100 11101 101011 110100 101110

Color Harmonies of #B49239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49239

Black with #B49239

Text Example


Text Example

White with #B49239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49239; }

 p { color: rgb(180,146,57); }

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

background-color css

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

 a { background-color: rgb(180,146,57); }

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

border-color css

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

 span { border-color: rgb(180,146,57); }

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