Html Css Color HEX #B29546 Roti

📋 copy color: '#B29546'

red 178 ◦ green 149 ◦ blue 70

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

Shades of Roti #B29546

Tints of Roti #B29546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 44.84%
G = 37.53%
B = 17.63%

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

#B29546 (or 0xB29546) is known color: Roti. HEX triplet: B2, 95 and 46. RGB value is (178,149,70). Sum of RGB (Red+Green+Blue) = 178+149+70=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B29546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29546 is #4D6AB9. Grayscale: #959595. Windows color (decimal): -5073594 or 4625842. OLE color: 4625842.

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

Color convert

RGB 178 149 70 -
CMYK 0 0.16 0.61 0.30
HSL 43.89º 0.44% 0.49% -
HSV(B) 43.89º 0.61% 0.7% -
XYZ 30.21 31.4 10.26 -
YUV 148.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 178 149 70 0 0.16 0.61 0.30 43.89 0.44 0.49
Hex B2 95 46 0 10 3D 1E 2C 2C 31
Octal 262 225 106 0 20 75 36 54 54 61
Binary 10110010 10010101 1000110 0 10000 111101 11110 101100 101100 110001

Color Harmonies of #B29546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29546

Black with #B29546

Text Example


Text Example

White with #B29546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29546; }

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

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

background-color css

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

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

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

border-color css

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

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

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