Html Css Color HEX #B38C0A Dark Goldenrod

📋 copy color: '#B38C0A'

red 179 ◦ green 140 ◦ blue 10

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

Shades of Dark Goldenrod #B38C0A

Tints of Dark Goldenrod #B38C0A

RGB

 RED value IS 179 (70.31% from 255) = 54.41%

 GREEN value IS 140 (55.08% from 255) = 42.55%

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

R = 54.41%
G = 42.55%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B38C0A (or 0xB38C0A) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 0A. RGB value is (179,140,10). Sum of RGB (Red+Green+Blue) = 179+140+10=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C0A is #4C73F5. Grayscale: #898989. Windows color (decimal): -5010422 or 691379. OLE color: 691379.

HSL color Cylindrical-coordinate representation of color #B38C0A: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B38C0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 140 10 -
CMYK 0 0.22 0.94 0.30
HSL 46.15º 0.89% 0.37% -
HSV(B) 46.15º 0.94% 0.7% -
XYZ 28.02 28.36 4.28 -
YUV 136.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 179 140 10 0 0.22 0.94 0.30 46.15 0.89 0.37
Hex B3 8C A 0 16 5E 1E 2E 59 25
Octal 263 214 12 0 26 136 36 56 131 45
Binary 10110011 10001100 1010 0 10110 1011110 11110 101110 1011001 100101

Color Harmonies of #B38C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C0A

Black with #B38C0A

Text Example


Text Example

White with #B38C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C0A; }

 p { color: rgb(179,140,10); }

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

background-color css

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

 a { background-color: rgb(179,140,10); }

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

border-color css

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

 span { border-color: rgb(179,140,10); }

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