Html Css Color HEX #B0902D Reef Gold

📋 copy color: '#B0902D'

red 176 ◦ green 144 ◦ blue 45

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

Shades of Reef Gold #B0902D

Tints of Reef Gold #B0902D

RGB

 RED value IS 176 (69.14% from 255) = 48.22%

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 48.22%
G = 39.45%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0902D (or 0xB0902D) is known color: Reef Gold. HEX triplet: B0, 90 and 2D. RGB value is (176,144,45). Sum of RGB (Red+Green+Blue) = 176+144+45=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0902D is #4F6FD2. Grayscale: #8E8E8E. Windows color (decimal): -5205971 or 2986160. OLE color: 2986160.

HSL color Cylindrical-coordinate representation of color #B0902D: hue angle of 45.34º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0902D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 45 -
CMYK 0 0.18 0.74 0.31
HSL 45.34º 0.59% 0.43% -
HSV(B) 45.34º 0.74% 0.69% -
XYZ 28.35 29.37 6.66 -
YUV 142.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 176 144 45 0 0.18 0.74 0.31 45.34 0.59 0.43
Hex B0 90 2D 0 12 4A 1F 2D 3B 2B
Octal 260 220 55 0 22 112 37 55 73 53
Binary 10110000 10010000 101101 0 10010 1001010 11111 101101 111011 101011

Color Harmonies of #B0902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0902D

Black with #B0902D

Text Example


Text Example

White with #B0902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0902D; }

 p { color: rgb(176,144,45); }

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

background-color css

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

 a { background-color: rgb(176,144,45); }

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

border-color css

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

 span { border-color: rgb(176,144,45); }

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