Html Css Color HEX #B29A41 Roti

📋 copy color: '#B29A41'

red 178 ◦ green 154 ◦ blue 65

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

Shades of Roti #B29A41

Tints of Roti #B29A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 44.84%
G = 38.79%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29A41 (or 0xB29A41) is known color: Roti. HEX triplet: B2, 9A and 41. RGB value is (178,154,65). Sum of RGB (Red+Green+Blue) = 178+154+65=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A41 is #4D65BE. Grayscale: #979797. Windows color (decimal): -5072319 or 4299442. OLE color: 4299442.

HSL color Cylindrical-coordinate representation of color #B29A41: hue angle of 47.26º 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 #B29A41 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 65 -
CMYK 0 0.13 0.63 0.30
HSL 47.26º 0.47% 0.48% -
HSV(B) 47.26º 0.63% 0.7% -
XYZ 30.87 32.96 9.74 -
YUV 151.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 178 154 65 0 0.13 0.63 0.30 47.26 0.47 0.48
Hex B2 9A 41 0 D 3F 1E 2F 2F 30
Octal 262 232 101 0 15 77 36 57 57 60
Binary 10110010 10011010 1000001 0 1101 111111 11110 101111 101111 110000

Color Harmonies of #B29A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A41

Black with #B29A41

Text Example


Text Example

White with #B29A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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