Html Css Color HEX #B29230 Reef Gold

📋 copy color: '#B29230'

red 178 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #B29230

Tints of Reef Gold #B29230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 47.85%
G = 39.25%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B29230 (or 0xB29230) is known color: Reef Gold. HEX triplet: B2, 92 and 30. RGB value is (178,146,48). Sum of RGB (Red+Green+Blue) = 178+146+48=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B29230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29230 is #4D6DCF. Grayscale: #909090. Windows color (decimal): -5074384 or 3183282. OLE color: 3183282.

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

Color convert

RGB 178 146 48 -
CMYK 0 0.18 0.73 0.30
HSL 45.23º 0.58% 0.44% -
HSV(B) 45.23º 0.73% 0.7% -
XYZ 29.17 30.24 7.09 -
YUV 144.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 178 146 48 0 0.18 0.73 0.30 45.23 0.58 0.44
Hex B2 92 30 0 12 49 1E 2D 3A 2C
Octal 262 222 60 0 22 111 36 55 72 54
Binary 10110010 10010010 110000 0 10010 1001001 11110 101101 111010 101100

Color Harmonies of #B29230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29230

Black with #B29230

Text Example


Text Example

White with #B29230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29230; }

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

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

background-color css

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

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

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

border-color css

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

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

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