Html Css Color HEX #B49345 Roti

📋 copy color: '#B49345'

red 180 ◦ green 147 ◦ blue 69

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

Shades of Roti #B49345

Tints of Roti #B49345

RGB

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

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

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

R = 45.45%
G = 37.12%
B = 17.42%

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

#B49345 (or 0xB49345) is known color: Roti. HEX triplet: B4, 93 and 45. RGB value is (180,147,69). Sum of RGB (Red+Green+Blue) = 180+147+69=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B49345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49345 is #4B6CBA. Grayscale: #949494. Windows color (decimal): -4943035 or 4559796. OLE color: 4559796.

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

Color convert

RGB 180 147 69 -
CMYK 0 0.18 0.62 0.29
HSL 42.16º 0.45% 0.49% -
HSV(B) 42.16º 0.62% 0.71% -
XYZ 30.33 31 10.02 -
YUV 147.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 180 147 69 0 0.18 0.62 0.29 42.16 0.45 0.49
Hex B4 93 45 0 12 3E 1D 2A 2D 31
Octal 264 223 105 0 22 76 35 52 55 61
Binary 10110100 10010011 1000101 0 10010 111110 11101 101010 101101 110001

Color Harmonies of #B49345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49345

Black with #B49345

Text Example


Text Example

White with #B49345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49345; }

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

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

background-color css

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

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

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

border-color css

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

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

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