Html Css Color HEX #B38A07 Dark Goldenrod

📋 copy color: '#B38A07'

red 179 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #B38A07

Tints of Dark Goldenrod #B38A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 55.25%
G = 42.59%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B38A07 (or 0xB38A07) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 07. RGB value is (179,138,7). Sum of RGB (Red+Green+Blue) = 179+138+7=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A07 is #4C75F8. Grayscale: #878787. Windows color (decimal): -5010937 or 494259. OLE color: 494259.

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

Color convert

RGB 179 138 7 -
CMYK 0 0.23 0.96 0.30
HSL 45.7º 0.92% 0.36% -
HSV(B) 45.7º 0.96% 0.7% -
XYZ 27.72 27.78 4.1 -
YUV 135.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 179 138 7 0 0.23 0.96 0.30 45.7 0.92 0.36
Hex B3 8A 7 0 17 60 1E 2E 5C 24
Octal 263 212 7 0 27 140 36 56 134 44
Binary 10110011 10001010 111 0 10111 1100000 11110 101110 1011100 100100

Color Harmonies of #B38A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A07

Black with #B38A07

Text Example


Text Example

White with #B38A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A07; }

 p { color: rgb(179,138,7); }

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

background-color css

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

 a { background-color: rgb(179,138,7); }

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

border-color css

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

 span { border-color: rgb(179,138,7); }

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