Html Css Color HEX #B29540 Roti

📋 copy color: '#B29540'

red 178 ◦ green 149 ◦ blue 64

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

Shades of Roti #B29540

Tints of Roti #B29540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 45.52%
G = 38.11%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B29540 (or 0xB29540) is known color: Roti. HEX triplet: B2, 95 and 40. RGB value is (178,149,64). Sum of RGB (Red+Green+Blue) = 178+149+64=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B29540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29540 is #4D6ABF. Grayscale: #949494. Windows color (decimal): -5073600 or 4232626. OLE color: 4232626.

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

Color convert

RGB 178 149 64 -
CMYK 0 0.16 0.64 0.30
HSL 44.74º 0.47% 0.47% -
HSV(B) 44.74º 0.64% 0.7% -
XYZ 30.03 31.33 9.31 -
YUV 147.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 178 149 64 0 0.16 0.64 0.30 44.74 0.47 0.47
Hex B2 95 40 0 10 40 1E 2D 2F 2F
Octal 262 225 100 0 20 100 36 55 57 57
Binary 10110010 10010101 1000000 0 10000 1000000 11110 101101 101111 101111

Color Harmonies of #B29540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29540

Black with #B29540

Text Example


Text Example

White with #B29540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29540; }

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

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

background-color css

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

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

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

border-color css

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

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

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