Html Css Color HEX #B97C02 Dark Goldenrod

📋 copy color: '#B97C02'

red 185 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #B97C02

Tints of Dark Goldenrod #B97C02

RGB

 RED value IS 185 (72.66% from 255) = 59.49%

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 59.49%
G = 39.87%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B97C02 (or 0xB97C02) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 02. RGB value is (185,124,2). Sum of RGB (Red+Green+Blue) = 185+124+2=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C02 is #4683FD. Grayscale: #808080. Windows color (decimal): -4621310 or 163001. OLE color: 163001.

HSL color Cylindrical-coordinate representation of color #B97C02: hue angle of 40º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B97C02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 2 -
CMYK 0 0.33 0.99 0.27
HSL 40º 0.98% 0.37% -
HSV(B) 40º 0.99% 0.73% -
XYZ 27.23 24.73 3.4 -
YUV 128.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 185 124 2 0 0.33 0.99 0.27 40 0.98 0.37
Hex B9 7C 2 0 21 63 1B 28 62 25
Octal 271 174 2 0 41 143 33 50 142 45
Binary 10111001 1111100 10 0 100001 1100011 11011 101000 1100010 100101

Color Harmonies of #B97C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C02

Black with #B97C02

Text Example


Text Example

White with #B97C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C02; }

 p { color: rgb(185,124,2); }

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

background-color css

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

 a { background-color: rgb(185,124,2); }

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

border-color css

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

 span { border-color: rgb(185,124,2); }

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