Html Css Color HEX #B48702 Dark Goldenrod

📋 copy color: '#B48702'

red 180 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #B48702

Tints of Dark Goldenrod #B48702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 56.78%
G = 42.59%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48702 (or 0xB48702) is known color: Dark Goldenrod. HEX triplet: B4, 87 and 02. RGB value is (180,135,2). Sum of RGB (Red+Green+Blue) = 180+135+2=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B48702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48702 is #4B78FD. Grayscale: #858585. Windows color (decimal): -4946174 or 165812. OLE color: 165812.

HSL color Cylindrical-coordinate representation of color #B48702: hue angle of 44.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B48702 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 2 -
CMYK 0 0.25 0.99 0.29
HSL 44.83º 0.98% 0.36% -
HSV(B) 44.83º 0.99% 0.71% -
XYZ 27.5 27.04 3.83 -
YUV 133.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 180 135 2 0 0.25 0.99 0.29 44.83 0.98 0.36
Hex B4 87 2 0 19 63 1D 2D 62 24
Octal 264 207 2 0 31 143 35 55 142 44
Binary 10110100 10000111 10 0 11001 1100011 11101 101101 1100010 100100

Color Harmonies of #B48702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48702

Black with #B48702

Text Example


Text Example

White with #B48702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48702; }

 p { color: rgb(180,135,2); }

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

background-color css

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

 a { background-color: rgb(180,135,2); }

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

border-color css

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

 span { border-color: rgb(180,135,2); }

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