Html Css Color HEX #B2902F Reef Gold

📋 copy color: '#B2902F'

red 178 ◦ green 144 ◦ blue 47

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

Shades of Reef Gold #B2902F

Tints of Reef Gold #B2902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 48.24%
G = 39.02%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2902F (or 0xB2902F) is known color: Reef Gold. HEX triplet: B2, 90 and 2F. RGB value is (178,144,47). Sum of RGB (Red+Green+Blue) = 178+144+47=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2902F is #4D6FD0. Grayscale: #8F8F8F. Windows color (decimal): -5074897 or 3117234. OLE color: 3117234.

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

Color convert

RGB 178 144 47 -
CMYK 0 0.19 0.74 0.30
HSL 44.43º 0.58% 0.44% -
HSV(B) 44.43º 0.74% 0.7% -
XYZ 28.85 29.62 6.89 -
YUV 143.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 178 144 47 0 0.19 0.74 0.30 44.43 0.58 0.44
Hex B2 90 2F 0 13 4A 1E 2C 3A 2C
Octal 262 220 57 0 23 112 36 54 72 54
Binary 10110010 10010000 101111 0 10011 1001010 11110 101100 111010 101100

Color Harmonies of #B2902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2902F

Black with #B2902F

Text Example


Text Example

White with #B2902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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