Html Css Color HEX #B08C2E Reef Gold

📋 copy color: '#B08C2E'

red 176 ◦ green 140 ◦ blue 46

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

Shades of Reef Gold #B08C2E

Tints of Reef Gold #B08C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 48.62%
G = 38.67%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B08C2E (or 0xB08C2E) is known color: Reef Gold. HEX triplet: B0, 8C and 2E. RGB value is (176,140,46). Sum of RGB (Red+Green+Blue) = 176+140+46=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C2E is #4F73D1. Grayscale: #8C8C8C. Windows color (decimal): -5206994 or 3050672. OLE color: 3050672.

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

Color convert

RGB 176 140 46 -
CMYK 0 0.20 0.74 0.31
HSL 43.38º 0.59% 0.44% -
HSV(B) 43.38º 0.74% 0.69% -
XYZ 27.78 28.18 6.56 -
YUV 140.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 176 140 46 0 0.20 0.74 0.31 43.38 0.59 0.44
Hex B0 8C 2E 0 14 4A 1F 2B 3B 2C
Octal 260 214 56 0 24 112 37 53 73 54
Binary 10110000 10001100 101110 0 10100 1001010 11111 101011 111011 101100

Color Harmonies of #B08C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C2E

Black with #B08C2E

Text Example


Text Example

White with #B08C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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