Html Css Color HEX #B18A07 Dark Goldenrod

📋 copy color: '#B18A07'

red 177 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #B18A07

Tints of Dark Goldenrod #B18A07

RGB

 RED value IS 177 (69.53% from 255) = 54.97%

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

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

R = 54.97%
G = 42.86%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B18A07 (or 0xB18A07) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 07. RGB value is (177,138,7). Sum of RGB (Red+Green+Blue) = 177+138+7=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A07 is #4E75F8. Grayscale: #878787. Windows color (decimal): -5142009 or 494257. OLE color: 494257.

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

Color convert

RGB 177 138 7 -
CMYK 0 0.22 0.96 0.31
HSL 46.24º 0.92% 0.36% -
HSV(B) 46.24º 0.96% 0.69% -
XYZ 27.26 27.54 4.08 -
YUV 134.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 177 138 7 0 0.22 0.96 0.31 46.24 0.92 0.36
Hex B1 8A 7 0 16 60 1F 2E 5C 24
Octal 261 212 7 0 26 140 37 56 134 44
Binary 10110001 10001010 111 0 10110 1100000 11111 101110 1011100 100100

Color Harmonies of #B18A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A07

Black with #B18A07

Text Example


Text Example

White with #B18A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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