Html Css Color HEX #B29441 Roti

📋 copy color: '#B29441'

red 178 ◦ green 148 ◦ blue 65

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

Shades of Roti #B29441

Tints of Roti #B29441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 45.52%
G = 37.85%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29441 (or 0xB29441) is known color: Roti. HEX triplet: B2, 94 and 41. RGB value is (178,148,65). Sum of RGB (Red+Green+Blue) = 178+148+65=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B29441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29441 is #4D6BBE. Grayscale: #939393. Windows color (decimal): -5073855 or 4297906. OLE color: 4297906.

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

Color convert

RGB 178 148 65 -
CMYK 0 0.17 0.63 0.30
HSL 44.07º 0.47% 0.48% -
HSV(B) 44.07º 0.63% 0.7% -
XYZ 29.9 31.03 9.41 -
YUV 147.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 178 148 65 0 0.17 0.63 0.30 44.07 0.47 0.48
Hex B2 94 41 0 11 3F 1E 2C 2F 30
Octal 262 224 101 0 21 77 36 54 57 60
Binary 10110010 10010100 1000001 0 10001 111111 11110 101100 101111 110000

Color Harmonies of #B29441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29441

Black with #B29441

Text Example


Text Example

White with #B29441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29441; }

 p { color: rgb(178,148,65); }

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

background-color css

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

 a { background-color: rgb(178,148,65); }

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

border-color css

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

 span { border-color: rgb(178,148,65); }

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