Html Css Color HEX #B29A3D Roti

📋 copy color: '#B29A3D'

red 178 ◦ green 154 ◦ blue 61

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

Shades of Roti #B29A3D

Tints of Roti #B29A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 45.29%
G = 39.19%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B29A3D (or 0xB29A3D) is known color: Roti. HEX triplet: B2, 9A and 3D. RGB value is (178,154,61). Sum of RGB (Red+Green+Blue) = 178+154+61=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A3D is #4D65C2. Grayscale: #969696. Windows color (decimal): -5072323 or 4037298. OLE color: 4037298.

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

Color convert

RGB 178 154 61 -
CMYK 0 0.13 0.66 0.30
HSL 47.69º 0.49% 0.47% -
HSV(B) 47.69º 0.66% 0.7% -
XYZ 30.76 32.91 9.15 -
YUV 150.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 178 154 61 0 0.13 0.66 0.30 47.69 0.49 0.47
Hex B2 9A 3D 0 D 42 1E 30 31 2F
Octal 262 232 75 0 15 102 36 60 61 57
Binary 10110010 10011010 111101 0 1101 1000010 11110 110000 110001 101111

Color Harmonies of #B29A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A3D

Black with #B29A3D

Text Example


Text Example

White with #B29A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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