Html Css Color HEX #B49843 Roti

📋 copy color: '#B49843'

red 180 ◦ green 152 ◦ blue 67

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

Shades of Roti #B49843

Tints of Roti #B49843

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 45.11%
G = 38.1%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B49843 (or 0xB49843) is known color: Roti. HEX triplet: B4, 98 and 43. RGB value is (180,152,67). Sum of RGB (Red+Green+Blue) = 180+152+67=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49843 is #4B67BC. Grayscale: #979797. Windows color (decimal): -4941757 or 4430004. OLE color: 4430004.

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

Color convert

RGB 180 152 67 -
CMYK 0 0.16 0.63 0.29
HSL 45.13º 0.46% 0.48% -
HSV(B) 45.13º 0.63% 0.71% -
XYZ 31.06 32.57 9.96 -
YUV 150.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 180 152 67 0 0.16 0.63 0.29 45.13 0.46 0.48
Hex B4 98 43 0 10 3F 1D 2D 2E 30
Octal 264 230 103 0 20 77 35 55 56 60
Binary 10110100 10011000 1000011 0 10000 111111 11101 101101 101110 110000

Color Harmonies of #B49843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49843

Black with #B49843

Text Example


Text Example

White with #B49843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49843; }

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

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

background-color css

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

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

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

border-color css

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

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

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