Html Css Color HEX #B68200 Dark Goldenrod

📋 copy color: '#B68200'

red 182 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #B68200

Tints of Dark Goldenrod #B68200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 58.33%
G = 41.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B68200 (or 0xB68200) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 00. RGB value is (182,130,0). Sum of RGB (Red+Green+Blue) = 182+130+0=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B68200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68200 is #497DFF. Grayscale: #838383. Windows color (decimal): -4816384 or 33462. OLE color: 33462.

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

Color convert

RGB 182 130 0 -
CMYK 0 0.29 1 0.29
HSL 42.86º 1% 0.36% -
HSV(B) 42.86º 1% 0.71% -
XYZ 27.27 25.91 3.56 -
YUV 130.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 182 130 0 0 0.29 1 0.29 42.86 1 0.36
Hex B6 82 0 0 1D 64 1D 2B 64 24
Octal 266 202 0 0 35 144 35 53 144 44
Binary 10110110 10000010 0 0 11101 1100100 11101 101011 1100100 100100

Color Harmonies of #B68200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68200

Black with #B68200

Text Example


Text Example

White with #B68200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68200; }

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

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

background-color css

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

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

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

border-color css

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

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

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