Html Css Color HEX #B49443 Roti

📋 copy color: '#B49443'

red 180 ◦ green 148 ◦ blue 67

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

Shades of Roti #B49443

Tints of Roti #B49443

RGB

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

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

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

R = 45.57%
G = 37.47%
B = 16.96%

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

#B49443 (or 0xB49443) is known color: Roti. HEX triplet: B4, 94 and 43. RGB value is (180,148,67). Sum of RGB (Red+Green+Blue) = 180+148+67=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49443 is #4B6BBC. Grayscale: #949494. Windows color (decimal): -4942781 or 4428980. OLE color: 4428980.

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

Color convert

RGB 180 148 67 -
CMYK 0 0.18 0.63 0.29
HSL 43.01º 0.46% 0.48% -
HSV(B) 43.01º 0.63% 0.71% -
XYZ 30.43 31.29 9.75 -
YUV 148.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 180 148 67 0 0.18 0.63 0.29 43.01 0.46 0.48
Hex B4 94 43 0 12 3F 1D 2B 2E 30
Octal 264 224 103 0 22 77 35 53 56 60
Binary 10110100 10010100 1000011 0 10010 111111 11101 101011 101110 110000

Color Harmonies of #B49443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49443

Black with #B49443

Text Example


Text Example

White with #B49443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49443; }

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

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

background-color css

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

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

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

border-color css

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

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

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