Html Css Color HEX #B29545 Roti

📋 copy color: '#B29545'

red 178 ◦ green 149 ◦ blue 69

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

Shades of Roti #B29545

Tints of Roti #B29545

RGB

 RED value IS 178 (69.92% from 255) = 44.95%

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 44.95%
G = 37.63%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29545 (or 0xB29545) is known color: Roti. HEX triplet: B2, 95 and 45. RGB value is (178,149,69). Sum of RGB (Red+Green+Blue) = 178+149+69=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B29545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29545 is #4D6ABA. Grayscale: #949494. Windows color (decimal): -5073595 or 4560306. OLE color: 4560306.

HSL color Cylindrical-coordinate representation of color #B29545: hue angle of 44.04º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29545 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 69 -
CMYK 0 0.16 0.61 0.30
HSL 44.04º 0.44% 0.48% -
HSV(B) 44.04º 0.61% 0.7% -
XYZ 30.18 31.39 10.1 -
YUV 148.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 178 149 69 0 0.16 0.61 0.30 44.04 0.44 0.48
Hex B2 95 45 0 10 3D 1E 2C 2C 30
Octal 262 225 105 0 20 75 36 54 54 60
Binary 10110010 10010101 1000101 0 10000 111101 11110 101100 101100 110000

Color Harmonies of #B29545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29545

Black with #B29545

Text Example


Text Example

White with #B29545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29545; }

 p { color: rgb(178,149,69); }

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

background-color css

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

 a { background-color: rgb(178,149,69); }

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

border-color css

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

 span { border-color: rgb(178,149,69); }

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