Html Css Color HEX #B48A0A Dark Goldenrod

📋 copy color: '#B48A0A'

red 180 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #B48A0A

Tints of Dark Goldenrod #B48A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 54.88%
G = 42.07%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B48A0A (or 0xB48A0A) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 0A. RGB value is (180,138,10). Sum of RGB (Red+Green+Blue) = 180+138+10=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A0A is #4B75F5. Grayscale: #888888. Windows color (decimal): -4945398 or 690868. OLE color: 690868.

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

Color convert

RGB 180 138 10 -
CMYK 0 0.23 0.94 0.29
HSL 45.18º 0.89% 0.37% -
HSV(B) 45.18º 0.94% 0.71% -
XYZ 27.97 27.9 4.2 -
YUV 135.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 180 138 10 0 0.23 0.94 0.29 45.18 0.89 0.37
Hex B4 8A A 0 17 5E 1D 2D 59 25
Octal 264 212 12 0 27 136 35 55 131 45
Binary 10110100 10001010 1010 0 10111 1011110 11101 101101 1011001 100101

Color Harmonies of #B48A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A0A

Black with #B48A0A

Text Example


Text Example

White with #B48A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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