Html Css Color HEX #B38C01 Dark Goldenrod

📋 copy color: '#B38C01'

red 179 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #B38C01

Tints of Dark Goldenrod #B38C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 55.94%
G = 43.75%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38C01 (or 0xB38C01) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 01. RGB value is (179,140,1). Sum of RGB (Red+Green+Blue) = 179+140+1=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C01 is #4C73FE. Grayscale: #888888. Windows color (decimal): -5010431 or 101555. OLE color: 101555.

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

Color convert

RGB 179 140 1 -
CMYK 0 0.22 0.99 0.30
HSL 46.85º 0.99% 0.35% -
HSV(B) 46.85º 0.99% 0.7% -
XYZ 27.97 28.34 4.02 -
YUV 135.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 179 140 1 0 0.22 0.99 0.30 46.85 0.99 0.35
Hex B3 8C 1 0 16 63 1E 2F 63 23
Octal 263 214 1 0 26 143 36 57 143 43
Binary 10110011 10001100 1 0 10110 1100011 11110 101111 1100011 100011

Color Harmonies of #B38C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C01

Black with #B38C01

Text Example


Text Example

White with #B38C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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