Html Css Color HEX #B68C02 Dark Goldenrod

📋 copy color: '#B68C02'

red 182 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #B68C02

Tints of Dark Goldenrod #B68C02

RGB

 RED value IS 182 (71.48% from 255) = 56.17%

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

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

R = 56.17%
G = 43.21%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B68C02 (or 0xB68C02) is known color: Dark Goldenrod. HEX triplet: B6, 8C and 02. RGB value is (182,140,2). Sum of RGB (Red+Green+Blue) = 182+140+2=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C02 is #4973FD. Grayscale: #898989. Windows color (decimal): -4813822 or 167094. OLE color: 167094.

HSL color Cylindrical-coordinate representation of color #B68C02: hue angle of 46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B68C02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 2 -
CMYK 0 0.23 0.99 0.29
HSL 46º 0.98% 0.36% -
HSV(B) 46º 0.99% 0.71% -
XYZ 28.68 28.71 4.09 -
YUV 136.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 182 140 2 0 0.23 0.99 0.29 46 0.98 0.36
Hex B6 8C 2 0 17 63 1D 2E 62 24
Octal 266 214 2 0 27 143 35 56 142 44
Binary 10110110 10001100 10 0 10111 1100011 11101 101110 1100010 100100

Color Harmonies of #B68C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C02

Black with #B68C02

Text Example


Text Example

White with #B68C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C02; }

 p { color: rgb(182,140,2); }

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

background-color css

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

 a { background-color: rgb(182,140,2); }

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

border-color css

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

 span { border-color: rgb(182,140,2); }

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