Html Css Color HEX #B08C2F Reef Gold

📋 copy color: '#B08C2F'

red 176 ◦ green 140 ◦ blue 47

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

Shades of Reef Gold #B08C2F

Tints of Reef Gold #B08C2F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 48.48%
G = 38.57%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B08C2F (or 0xB08C2F) is known color: Reef Gold. HEX triplet: B0, 8C and 2F. RGB value is (176,140,47). Sum of RGB (Red+Green+Blue) = 176+140+47=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C2F is #4F73D0. Grayscale: #8C8C8C. Windows color (decimal): -5206993 or 3116208. OLE color: 3116208.

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

Color convert

RGB 176 140 47 -
CMYK 0 0.20 0.73 0.31
HSL 43.26º 0.58% 0.44% -
HSV(B) 43.26º 0.73% 0.69% -
XYZ 27.8 28.19 6.67 -
YUV 140.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 176 140 47 0 0.20 0.73 0.31 43.26 0.58 0.44
Hex B0 8C 2F 0 14 49 1F 2B 3A 2C
Octal 260 214 57 0 24 111 37 53 72 54
Binary 10110000 10001100 101111 0 10100 1001001 11111 101011 111010 101100

Color Harmonies of #B08C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C2F

Black with #B08C2F

Text Example


Text Example

White with #B08C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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