Html Css Color HEX #B49342 Roti

📋 copy color: '#B49342'

red 180 ◦ green 147 ◦ blue 66

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

Shades of Roti #B49342

Tints of Roti #B49342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 45.8%
G = 37.4%
B = 16.79%

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

#B49342 (or 0xB49342) is known color: Roti. HEX triplet: B4, 93 and 42. RGB value is (180,147,66). Sum of RGB (Red+Green+Blue) = 180+147+66=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49342 is #4B6CBD. Grayscale: #939393. Windows color (decimal): -4943038 or 4363188. OLE color: 4363188.

HSL color Cylindrical-coordinate representation of color #B49342: hue angle of 42.63º 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 #B49342 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 66 -
CMYK 0 0.18 0.63 0.29
HSL 42.63º 0.46% 0.48% -
HSV(B) 42.63º 0.63% 0.71% -
XYZ 30.24 30.96 9.54 -
YUV 147.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 180 147 66 0 0.18 0.63 0.29 42.63 0.46 0.48
Hex B4 93 42 0 12 3F 1D 2B 2E 30
Octal 264 223 102 0 22 77 35 53 56 60
Binary 10110100 10010011 1000010 0 10010 111111 11101 101011 101110 110000

Color Harmonies of #B49342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49342

Black with #B49342

Text Example


Text Example

White with #B49342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49342; }

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

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

background-color css

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

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

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

border-color css

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

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

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