Html Css Color HEX #B29232 Reef Gold

📋 copy color: '#B29232'

red 178 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #B29232

Tints of Reef Gold #B29232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 47.59%
G = 39.04%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B29232 (or 0xB29232) is known color: Reef Gold. HEX triplet: B2, 92 and 32. RGB value is (178,146,50). Sum of RGB (Red+Green+Blue) = 178+146+50=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B29232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29232 is #4D6DCD. Grayscale: #919191. Windows color (decimal): -5074382 or 3314354. OLE color: 3314354.

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

Color convert

RGB 178 146 50 -
CMYK 0 0.18 0.72 0.30
HSL 45º 0.56% 0.45% -
HSV(B) 45º 0.72% 0.7% -
XYZ 29.21 30.25 7.32 -
YUV 144.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 178 146 50 0 0.18 0.72 0.30 45 0.56 0.45
Hex B2 92 32 0 12 48 1E 2D 38 2D
Octal 262 222 62 0 22 110 36 55 70 55
Binary 10110010 10010010 110010 0 10010 1001000 11110 101101 111000 101101

Color Harmonies of #B29232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29232

Black with #B29232

Text Example


Text Example

White with #B29232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29232; }

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

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

background-color css

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

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

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

border-color css

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

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

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