Html Css Color HEX #B48A07 Dark Goldenrod

📋 copy color: '#B48A07'

red 180 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #B48A07

Tints of Dark Goldenrod #B48A07

RGB

 RED value IS 180 (70.7% from 255) = 55.38%

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

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

R = 55.38%
G = 42.46%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B48A07 (or 0xB48A07) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 07. RGB value is (180,138,7). Sum of RGB (Red+Green+Blue) = 180+138+7=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A07 is #4B75F8. Grayscale: #888888. Windows color (decimal): -4945401 or 494260. OLE color: 494260.

HSL color Cylindrical-coordinate representation of color #B48A07: hue angle of 45.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B48A07 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 7 -
CMYK 0 0.23 0.96 0.29
HSL 45.43º 0.93% 0.37% -
HSV(B) 45.43º 0.96% 0.71% -
XYZ 27.95 27.9 4.11 -
YUV 135.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 180 138 7 0 0.23 0.96 0.29 45.43 0.93 0.37
Hex B4 8A 7 0 17 60 1D 2D 5D 25
Octal 264 212 7 0 27 140 35 55 135 45
Binary 10110100 10001010 111 0 10111 1100000 11101 101101 1011101 100101

Color Harmonies of #B48A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A07

Black with #B48A07

Text Example


Text Example

White with #B48A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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