Html Css Color HEX #B68119 Dark Goldenrod

📋 copy color: '#B68119'

red 182 ◦ green 129 ◦ blue 25

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

Shades of Dark Goldenrod #B68119

Tints of Dark Goldenrod #B68119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 54.17%
G = 38.39%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B68119 (or 0xB68119) is known color: Dark Goldenrod. HEX triplet: B6, 81 and 19. RGB value is (182,129,25). Sum of RGB (Red+Green+Blue) = 182+129+25=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B68119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68119 is #497EE6. Grayscale: #858585. Windows color (decimal): -4816615 or 1671606. OLE color: 1671606.

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

Color convert

RGB 182 129 25 -
CMYK 0 0.29 0.86 0.29
HSL 39.75º 0.76% 0.41% -
HSV(B) 39.75º 0.86% 0.71% -
XYZ 27.32 25.72 4.44 -
YUV 132.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 182 129 25 0 0.29 0.86 0.29 39.75 0.76 0.41
Hex B6 81 19 0 1D 56 1D 28 4C 29
Octal 266 201 31 0 35 126 35 50 114 51
Binary 10110110 10000001 11001 0 11101 1010110 11101 101000 1001100 101001

Color Harmonies of #B68119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68119

Black with #B68119

Text Example


Text Example

White with #B68119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68119; }

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

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

background-color css

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

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

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

border-color css

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

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

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