Html Css Color HEX #B68000 Dark Goldenrod

📋 copy color: '#B68000'

red 182 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #B68000

Tints of Dark Goldenrod #B68000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.71%
G = 41.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B68000 (or 0xB68000) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 00. RGB value is (182,128,0). Sum of RGB (Red+Green+Blue) = 182+128+0=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B68000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68000 is #497FFF. Grayscale: #828282. Windows color (decimal): -4816896 or 32950. OLE color: 32950.

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

Color convert

RGB 182 128 0 -
CMYK 0 0.30 1 0.29
HSL 42.2º 1% 0.36% -
HSV(B) 42.2º 1% 0.71% -
XYZ 27.01 25.38 3.48 -
YUV 129.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 182 128 0 0 0.30 1 0.29 42.2 1 0.36
Hex B6 80 0 0 1E 64 1D 2A 64 24
Octal 266 200 0 0 36 144 35 52 144 44
Binary 10110110 10000000 0 0 11110 1100100 11101 101010 1100100 100100

Color Harmonies of #B68000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68000

Black with #B68000

Text Example


Text Example

White with #B68000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68000; }

 p { color: rgb(182,128,0); }

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

background-color css

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

 a { background-color: rgb(182,128,0); }

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

border-color css

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

 span { border-color: rgb(182,128,0); }

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