Html Css Color HEX #B49243 Roti

📋 copy color: '#B49243'

red 180 ◦ green 146 ◦ blue 67

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

Shades of Roti #B49243

Tints of Roti #B49243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 45.8%
G = 37.15%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B49243 (or 0xB49243) is known color: Roti. HEX triplet: B4, 92 and 43. RGB value is (180,146,67). Sum of RGB (Red+Green+Blue) = 180+146+67=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49243 is #4B6DBC. Grayscale: #939393. Windows color (decimal): -4943293 or 4428468. OLE color: 4428468.

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

Color convert

RGB 180 146 67 -
CMYK 0 0.19 0.63 0.29
HSL 41.95º 0.46% 0.48% -
HSV(B) 41.95º 0.63% 0.71% -
XYZ 30.11 30.67 9.64 -
YUV 147.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 180 146 67 0 0.19 0.63 0.29 41.95 0.46 0.48
Hex B4 92 43 0 13 3F 1D 2A 2E 30
Octal 264 222 103 0 23 77 35 52 56 60
Binary 10110100 10010010 1000011 0 10011 111111 11101 101010 101110 110000

Color Harmonies of #B49243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49243

Black with #B49243

Text Example


Text Example

White with #B49243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49243; }

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

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

background-color css

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

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

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

border-color css

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

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

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