Html Css Color HEX #B68104 Dark Goldenrod

📋 copy color: '#B68104'

red 182 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #B68104

Tints of Dark Goldenrod #B68104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 57.78%
G = 40.95%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B68104 (or 0xB68104) is known color: Dark Goldenrod. HEX triplet: B6, 81 and 04. RGB value is (182,129,4). Sum of RGB (Red+Green+Blue) = 182+129+4=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B68104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68104 is #497EFB. Grayscale: #838383. Windows color (decimal): -4816636 or 295350. OLE color: 295350.

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

Color convert

RGB 182 129 4 -
CMYK 0 0.29 0.98 0.29
HSL 42.13º 0.96% 0.36% -
HSV(B) 42.13º 0.98% 0.71% -
XYZ 27.16 25.65 3.63 -
YUV 130.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 182 129 4 0 0.29 0.98 0.29 42.13 0.96 0.36
Hex B6 81 4 0 1D 62 1D 2A 60 24
Octal 266 201 4 0 35 142 35 52 140 44
Binary 10110110 10000001 100 0 11101 1100010 11101 101010 1100000 100100

Color Harmonies of #B68104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68104

Black with #B68104

Text Example


Text Example

White with #B68104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68104; }

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

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

background-color css

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

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

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

border-color css

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

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

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