Html Css Color HEX #B49445 Roti

📋 copy color: '#B49445'

red 180 ◦ green 148 ◦ blue 69

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

Shades of Roti #B49445

Tints of Roti #B49445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 45.34%
G = 37.28%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B49445 (or 0xB49445) is known color: Roti. HEX triplet: B4, 94 and 45. RGB value is (180,148,69). Sum of RGB (Red+Green+Blue) = 180+148+69=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49445 is #4B6BBA. Grayscale: #949494. Windows color (decimal): -4942779 or 4560052. OLE color: 4560052.

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

Color convert

RGB 180 148 69 -
CMYK 0 0.18 0.62 0.29
HSL 42.7º 0.45% 0.49% -
HSV(B) 42.7º 0.62% 0.71% -
XYZ 30.49 31.31 10.07 -
YUV 148.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 180 148 69 0 0.18 0.62 0.29 42.7 0.45 0.49
Hex B4 94 45 0 12 3E 1D 2B 2D 31
Octal 264 224 105 0 22 76 35 53 55 61
Binary 10110100 10010100 1000101 0 10010 111110 11101 101011 101101 110001

Color Harmonies of #B49445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49445

Black with #B49445

Text Example


Text Example

White with #B49445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49445; }

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

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

background-color css

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

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

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

border-color css

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

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

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