Html Css Color HEX #B29031 Reef Gold

📋 copy color: '#B29031'

red 178 ◦ green 144 ◦ blue 49

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

Shades of Reef Gold #B29031

Tints of Reef Gold #B29031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 47.98%
G = 38.81%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B29031 (or 0xB29031) is known color: Reef Gold. HEX triplet: B2, 90 and 31. RGB value is (178,144,49). Sum of RGB (Red+Green+Blue) = 178+144+49=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B29031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29031 is #4D6FCE. Grayscale: #8F8F8F. Windows color (decimal): -5074895 or 3248306. OLE color: 3248306.

HSL color Cylindrical-coordinate representation of color #B29031: hue angle of 44.19º degrees, saturation: 0.57, 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 #B29031 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 49 -
CMYK 0 0.19 0.72 0.30
HSL 44.19º 0.57% 0.45% -
HSV(B) 44.19º 0.72% 0.7% -
XYZ 28.89 29.63 7.1 -
YUV 143.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 178 144 49 0 0.19 0.72 0.30 44.19 0.57 0.45
Hex B2 90 31 0 13 48 1E 2C 39 2D
Octal 262 220 61 0 23 110 36 54 71 55
Binary 10110010 10010000 110001 0 10011 1001000 11110 101100 111001 101101

Color Harmonies of #B29031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29031

Black with #B29031

Text Example


Text Example

White with #B29031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29031; }

 p { color: rgb(178,144,49); }

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

background-color css

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

 a { background-color: rgb(178,144,49); }

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

border-color css

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

 span { border-color: rgb(178,144,49); }

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