Html Css Color HEX #B67800 Dark Goldenrod

📋 copy color: '#B67800'

red 182 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #B67800

Tints of Dark Goldenrod #B67800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

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

R = 60.26%
G = 39.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B67800 (or 0xB67800) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 00. RGB value is (182,120,0). Sum of RGB (Red+Green+Blue) = 182+120+0=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67800 is #4987FF. Grayscale: #7D7D7D. Windows color (decimal): -4818944 or 30902. OLE color: 30902.

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

Color convert

RGB 182 120 0 -
CMYK 0 0.34 1 0.29
HSL 39.56º 1% 0.36% -
HSV(B) 39.56º 1% 0.71% -
XYZ 26.01 23.38 3.14 -
YUV 124.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 182 120 0 0 0.34 1 0.29 39.56 1 0.36
Hex B6 78 0 0 22 64 1D 28 64 24
Octal 266 170 0 0 42 144 35 50 144 44
Binary 10110110 1111000 0 0 100010 1100100 11101 101000 1100100 100100

Color Harmonies of #B67800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67800

Black with #B67800

Text Example


Text Example

White with #B67800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67800; }

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

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

background-color css

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

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

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

border-color css

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

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

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