Html Css Color HEX #B29235 Reef Gold

📋 copy color: '#B29235'

red 178 ◦ green 146 ◦ blue 53

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

Shades of Reef Gold #B29235

Tints of Reef Gold #B29235

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 47.21%
G = 38.73%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B29235 (or 0xB29235) is known color: Reef Gold. HEX triplet: B2, 92 and 35. RGB value is (178,146,53). Sum of RGB (Red+Green+Blue) = 178+146+53=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B29235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29235 is #4D6DCA. Grayscale: #919191. Windows color (decimal): -5074379 or 3510962. OLE color: 3510962.

HSL color Cylindrical-coordinate representation of color #B29235: hue angle of 44.64º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B29235 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 53 -
CMYK 0 0.18 0.70 0.30
HSL 44.64º 0.54% 0.45% -
HSV(B) 44.64º 0.7% 0.7% -
XYZ 29.28 30.28 7.67 -
YUV 144.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 178 146 53 0 0.18 0.70 0.30 44.64 0.54 0.45
Hex B2 92 35 0 12 46 1E 2D 36 2D
Octal 262 222 65 0 22 106 36 55 66 55
Binary 10110010 10010010 110101 0 10010 1000110 11110 101101 110110 101101

Color Harmonies of #B29235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29235

Black with #B29235

Text Example


Text Example

White with #B29235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29235; }

 p { color: rgb(178,146,53); }

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

background-color css

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

 a { background-color: rgb(178,146,53); }

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

border-color css

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

 span { border-color: rgb(178,146,53); }

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