Html Css Color HEX #B68A0A Dark Goldenrod

📋 copy color: '#B68A0A'

red 182 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #B68A0A

Tints of Dark Goldenrod #B68A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 55.15%
G = 41.82%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B68A0A (or 0xB68A0A) is known color: Dark Goldenrod. HEX triplet: B6, 8A and 0A. RGB value is (182,138,10). Sum of RGB (Red+Green+Blue) = 182+138+10=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68A0A is #4975F5. Grayscale: #898989. Windows color (decimal): -4814326 or 690870. OLE color: 690870.

HSL color Cylindrical-coordinate representation of color #B68A0A: hue angle of 44.65º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68A0A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 10 -
CMYK 0 0.24 0.95 0.29
HSL 44.65º 0.9% 0.38% -
HSV(B) 44.65º 0.95% 0.71% -
XYZ 28.43 28.14 4.22 -
YUV 136.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 182 138 10 0 0.24 0.95 0.29 44.65 0.9 0.38
Hex B6 8A A 0 18 5F 1D 2D 5A 26
Octal 266 212 12 0 30 137 35 55 132 46
Binary 10110110 10001010 1010 0 11000 1011111 11101 101101 1011010 100110

Color Harmonies of #B68A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A0A

Black with #B68A0A

Text Example


Text Example

White with #B68A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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