Html Css Color HEX #B0892F Reef Gold

📋 copy color: '#B0892F'

red 176 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #B0892F

Tints of Reef Gold #B0892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 48.89%
G = 38.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0892F (or 0xB0892F) is known color: Reef Gold. HEX triplet: B0, 89 and 2F. RGB value is (176,137,47). Sum of RGB (Red+Green+Blue) = 176+137+47=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B0892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0892F is #4F76D0. Grayscale: #8A8A8A. Windows color (decimal): -5207761 or 3115440. OLE color: 3115440.

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

Color convert

RGB 176 137 47 -
CMYK 0 0.22 0.73 0.31
HSL 41.86º 0.58% 0.44% -
HSV(B) 41.86º 0.73% 0.69% -
XYZ 27.36 27.33 6.52 -
YUV 138.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 176 137 47 0 0.22 0.73 0.31 41.86 0.58 0.44
Hex B0 89 2F 0 16 49 1F 2A 3A 2C
Octal 260 211 57 0 26 111 37 52 72 54
Binary 10110000 10001001 101111 0 10110 1001001 11111 101010 111010 101100

Color Harmonies of #B0892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0892F

Black with #B0892F

Text Example


Text Example

White with #B0892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0892F; }

 p { color: rgb(176,137,47); }

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

background-color css

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

 a { background-color: rgb(176,137,47); }

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

border-color css

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

 span { border-color: rgb(176,137,47); }

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