Html Css Color HEX #B0872B Reef Gold

📋 copy color: '#B0872B'

red 176 ◦ green 135 ◦ blue 43

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

Shades of Reef Gold #B0872B

Tints of Reef Gold #B0872B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 49.72%
G = 38.14%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0872B (or 0xB0872B) is known color: Reef Gold. HEX triplet: B0, 87 and 2B. RGB value is (176,135,43). Sum of RGB (Red+Green+Blue) = 176+135+43=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0872B is #4F78D4. Grayscale: #898989. Windows color (decimal): -5208277 or 2852784. OLE color: 2852784.

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

Color convert

RGB 176 135 43 -
CMYK 0 0.23 0.76 0.31
HSL 41.5º 0.61% 0.43% -
HSV(B) 41.5º 0.76% 0.69% -
XYZ 27 26.73 6.02 -
YUV 136.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 176 135 43 0 0.23 0.76 0.31 41.5 0.61 0.43
Hex B0 87 2B 0 17 4C 1F 2A 3D 2B
Octal 260 207 53 0 27 114 37 52 75 53
Binary 10110000 10000111 101011 0 10111 1001100 11111 101010 111101 101011

Color Harmonies of #B0872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0872B

Black with #B0872B

Text Example


Text Example

White with #B0872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0872B; }

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

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

background-color css

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

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

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

border-color css

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

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

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