Html Css Color HEX #B38400 Dark Goldenrod

📋 copy color: '#B38400'

red 179 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #B38400

Tints of Dark Goldenrod #B38400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.56%
G = 42.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B38400 (or 0xB38400) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 00. RGB value is (179,132,0). Sum of RGB (Red+Green+Blue) = 179+132+0=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B38400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38400 is #4C7BFF. Grayscale: #838383. Windows color (decimal): -5012480 or 33971. OLE color: 33971.

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

Color convert

RGB 179 132 0 -
CMYK 0 0.26 1 0.30
HSL 44.25º 1% 0.35% -
HSV(B) 44.25º 1% 0.7% -
XYZ 26.84 26.09 3.62 -
YUV 131.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 179 132 0 0 0.26 1 0.30 44.25 1 0.35
Hex B3 84 0 0 1A 64 1E 2C 64 23
Octal 263 204 0 0 32 144 36 54 144 43
Binary 10110011 10000100 0 0 11010 1100100 11110 101100 1100100 100011

Color Harmonies of #B38400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38400

Black with #B38400

Text Example


Text Example

White with #B38400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38400; }

 p { color: rgb(179,132,0); }

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

background-color css

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

 a { background-color: rgb(179,132,0); }

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

border-color css

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

 span { border-color: rgb(179,132,0); }

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