Html Css Color HEX #B49442 Roti

📋 copy color: '#B49442'

red 180 ◦ green 148 ◦ blue 66

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

Shades of Roti #B49442

Tints of Roti #B49442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 45.69%
G = 37.56%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B49442 (or 0xB49442) is known color: Roti. HEX triplet: B4, 94 and 42. RGB value is (180,148,66). Sum of RGB (Red+Green+Blue) = 180+148+66=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49442 is #4B6BBD. Grayscale: #949494. Windows color (decimal): -4942782 or 4363444. OLE color: 4363444.

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

Color convert

RGB 180 148 66 -
CMYK 0 0.18 0.63 0.29
HSL 43.16º 0.46% 0.48% -
HSV(B) 43.16º 0.63% 0.71% -
XYZ 30.4 31.28 9.59 -
YUV 148.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 180 148 66 0 0.18 0.63 0.29 43.16 0.46 0.48
Hex B4 94 42 0 12 3F 1D 2B 2E 30
Octal 264 224 102 0 22 77 35 53 56 60
Binary 10110100 10010100 1000010 0 10010 111111 11101 101011 101110 110000

Color Harmonies of #B49442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49442

Black with #B49442

Text Example


Text Example

White with #B49442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49442; }

 p { color: rgb(180,148,66); }

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

background-color css

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

 a { background-color: rgb(180,148,66); }

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

border-color css

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

 span { border-color: rgb(180,148,66); }

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