Html Css Color HEX #B29641 Roti

📋 copy color: '#B29641'

red 178 ◦ green 150 ◦ blue 65

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

Shades of Roti #B29641

Tints of Roti #B29641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 45.29%
G = 38.17%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29641 (or 0xB29641) is known color: Roti. HEX triplet: B2, 96 and 41. RGB value is (178,150,65). Sum of RGB (Red+Green+Blue) = 178+150+65=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B29641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29641 is #4D69BE. Grayscale: #959595. Windows color (decimal): -5073343 or 4298418. OLE color: 4298418.

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

Color convert

RGB 178 150 65 -
CMYK 0 0.16 0.63 0.30
HSL 45.13º 0.47% 0.48% -
HSV(B) 45.13º 0.63% 0.7% -
XYZ 30.22 31.66 9.52 -
YUV 148.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 178 150 65 0 0.16 0.63 0.30 45.13 0.47 0.48
Hex B2 96 41 0 10 3F 1E 2D 2F 30
Octal 262 226 101 0 20 77 36 55 57 60
Binary 10110010 10010110 1000001 0 10000 111111 11110 101101 101111 110000

Color Harmonies of #B29641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29641

Black with #B29641

Text Example


Text Example

White with #B29641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29641; }

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

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

background-color css

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

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

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

border-color css

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

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

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