Html Css Color HEX #B38F04 Dark Goldenrod

📋 copy color: '#B38F04'

red 179 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #B38F04

Tints of Dark Goldenrod #B38F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 54.91%
G = 43.87%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B38F04 (or 0xB38F04) is known color: Dark Goldenrod. HEX triplet: B3, 8F and 04. RGB value is (179,143,4). Sum of RGB (Red+Green+Blue) = 179+143+4=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38F04 is #4C70FB. Grayscale: #8A8A8A. Windows color (decimal): -5009660 or 298931. OLE color: 298931.

HSL color Cylindrical-coordinate representation of color #B38F04: hue angle of 47.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B38F04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 4 -
CMYK 0 0.20 0.98 0.30
HSL 47.66º 0.96% 0.36% -
HSV(B) 47.66º 0.98% 0.7% -
XYZ 28.43 29.24 4.26 -
YUV 137.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 179 143 4 0 0.20 0.98 0.30 47.66 0.96 0.36
Hex B3 8F 4 0 14 62 1E 30 60 24
Octal 263 217 4 0 24 142 36 60 140 44
Binary 10110011 10001111 100 0 10100 1100010 11110 110000 1100000 100100

Color Harmonies of #B38F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F04

Black with #B38F04

Text Example


Text Example

White with #B38F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F04; }

 p { color: rgb(179,143,4); }

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

background-color css

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

 a { background-color: rgb(179,143,4); }

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

border-color css

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

 span { border-color: rgb(179,143,4); }

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