Html Css Color HEX #B68800 Dark Goldenrod

📋 copy color: '#B68800'

red 182 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #B68800

Tints of Dark Goldenrod #B68800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 57.23%
G = 42.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B68800 (or 0xB68800) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 00. RGB value is (182,136,0). Sum of RGB (Red+Green+Blue) = 182+136+0=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B68800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68800 is #4977FF. Grayscale: #868686. Windows color (decimal): -4814848 or 34998. OLE color: 34998.

HSL color Cylindrical-coordinate representation of color #B68800: hue angle of 44.84º 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 #B68800 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 0 -
CMYK 0 0.25 1 0.29
HSL 44.84º 1% 0.36% -
HSV(B) 44.84º 1% 0.71% -
XYZ 28.1 27.55 3.84 -
YUV 134.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 182 136 0 0 0.25 1 0.29 44.84 1 0.36
Hex B6 88 0 0 19 64 1D 2D 64 24
Octal 266 210 0 0 31 144 35 55 144 44
Binary 10110110 10001000 0 0 11001 1100100 11101 101101 1100100 100100

Color Harmonies of #B68800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68800

Black with #B68800

Text Example


Text Example

White with #B68800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68800; }

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

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

background-color css

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

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

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

border-color css

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

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

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