Html Css Color HEX #B0912F Reef Gold

📋 copy color: '#B0912F'

red 176 ◦ green 145 ◦ blue 47

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

Shades of Reef Gold #B0912F

Tints of Reef Gold #B0912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

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

R = 47.83%
G = 39.4%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0912F (or 0xB0912F) is known color: Reef Gold. HEX triplet: B0, 91 and 2F. RGB value is (176,145,47). Sum of RGB (Red+Green+Blue) = 176+145+47=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0912F is #4F6ED0. Grayscale: #8F8F8F. Windows color (decimal): -5205713 or 3117488. OLE color: 3117488.

HSL color Cylindrical-coordinate representation of color #B0912F: hue angle of 45.58º 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 #B0912F is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 47 -
CMYK 0 0.18 0.73 0.31
HSL 45.58º 0.58% 0.44% -
HSV(B) 45.58º 0.73% 0.69% -
XYZ 28.54 29.69 6.91 -
YUV 143.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 176 145 47 0 0.18 0.73 0.31 45.58 0.58 0.44
Hex B0 91 2F 0 12 49 1F 2E 3A 2C
Octal 260 221 57 0 22 111 37 56 72 54
Binary 10110000 10010001 101111 0 10010 1001001 11111 101110 111010 101100

Color Harmonies of #B0912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0912F

Black with #B0912F

Text Example


Text Example

White with #B0912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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