Html Css Color HEX #B68A19 Dark Goldenrod

📋 copy color: '#B68A19'

red 182 ◦ green 138 ◦ blue 25

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

Shades of Dark Goldenrod #B68A19

Tints of Dark Goldenrod #B68A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

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

R = 52.75%
G = 40%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B68A19 (or 0xB68A19) is known color: Dark Goldenrod. HEX triplet: B6, 8A and 19. RGB value is (182,138,25). Sum of RGB (Red+Green+Blue) = 182+138+25=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68A19 is #4975E6. Grayscale: #8A8A8A. Windows color (decimal): -4814311 or 1673910. OLE color: 1673910.

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

Color convert

RGB 182 138 25 -
CMYK 0 0.24 0.86 0.29
HSL 43.18º 0.76% 0.41% -
HSV(B) 43.18º 0.86% 0.71% -
XYZ 28.56 28.19 4.86 -
YUV 138.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 182 138 25 0 0.24 0.86 0.29 43.18 0.76 0.41
Hex B6 8A 19 0 18 56 1D 2B 4C 29
Octal 266 212 31 0 30 126 35 53 114 51
Binary 10110110 10001010 11001 0 11000 1010110 11101 101011 1001100 101001

Color Harmonies of #B68A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A19

Black with #B68A19

Text Example


Text Example

White with #B68A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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