Html Css Color HEX #B68100 Dark Goldenrod

📋 copy color: '#B68100'

red 182 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #B68100

Tints of Dark Goldenrod #B68100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

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

R = 58.52%
G = 41.48%
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

#B68100 (or 0xB68100) is known color: Dark Goldenrod. HEX triplet: B6, 81 and 00. RGB value is (182,129,0). Sum of RGB (Red+Green+Blue) = 182+129+0=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B68100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68100 is #497EFF. Grayscale: #828282. Windows color (decimal): -4816640 or 33206. OLE color: 33206.

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

Color convert

RGB 182 129 0 -
CMYK 0 0.29 1 0.29
HSL 42.53º 1% 0.36% -
HSV(B) 42.53º 1% 0.71% -
XYZ 27.14 25.65 3.52 -
YUV 130.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 182 129 0 0 0.29 1 0.29 42.53 1 0.36
Hex B6 81 0 0 1D 64 1D 2B 64 24
Octal 266 201 0 0 35 144 35 53 144 44
Binary 10110110 10000001 0 0 11101 1100100 11101 101011 1100100 100100

Color Harmonies of #B68100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68100

Black with #B68100

Text Example


Text Example

White with #B68100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68100; }

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

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

background-color css

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

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

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

border-color css

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

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

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