Html Css Color HEX #B0872C Reef Gold

📋 copy color: '#B0872C'

red 176 ◦ green 135 ◦ blue 44

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

Shades of Reef Gold #B0872C

Tints of Reef Gold #B0872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 49.58%
G = 38.03%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0872C (or 0xB0872C) is known color: Reef Gold. HEX triplet: B0, 87 and 2C. RGB value is (176,135,44). Sum of RGB (Red+Green+Blue) = 176+135+44=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0872C is #4F78D3. Grayscale: #898989. Windows color (decimal): -5208276 or 2918320. OLE color: 2918320.

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

Color convert

RGB 176 135 44 -
CMYK 0 0.23 0.75 0.31
HSL 41.36º 0.6% 0.43% -
HSV(B) 41.36º 0.75% 0.69% -
XYZ 27.02 26.74 6.12 -
YUV 136.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 176 135 44 0 0.23 0.75 0.31 41.36 0.6 0.43
Hex B0 87 2C 0 17 4B 1F 29 3C 2B
Octal 260 207 54 0 27 113 37 51 74 53
Binary 10110000 10000111 101100 0 10111 1001011 11111 101001 111100 101011

Color Harmonies of #B0872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0872C

Black with #B0872C

Text Example


Text Example

White with #B0872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0872C; }

 p { color: rgb(176,135,44); }

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

background-color css

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

 a { background-color: rgb(176,135,44); }

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

border-color css

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

 span { border-color: rgb(176,135,44); }

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