Html Css Color HEX #B38702 Dark Goldenrod

📋 copy color: '#B38702'

red 179 ◦ green 135 ◦ blue 2

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

Shades of Dark Goldenrod #B38702

Tints of Dark Goldenrod #B38702

RGB

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

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

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

R = 56.65%
G = 42.72%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38702 (or 0xB38702) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 02. RGB value is (179,135,2). Sum of RGB (Red+Green+Blue) = 179+135+2=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B38702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38702 is #4C78FD. Grayscale: #858585. Windows color (decimal): -5011710 or 165811. OLE color: 165811.

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

Color convert

RGB 179 135 2 -
CMYK 0 0.25 0.99 0.30
HSL 45.08º 0.98% 0.35% -
HSV(B) 45.08º 0.99% 0.7% -
XYZ 27.27 26.92 3.82 -
YUV 132.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 179 135 2 0 0.25 0.99 0.30 45.08 0.98 0.35
Hex B3 87 2 0 19 63 1E 2D 62 23
Octal 263 207 2 0 31 143 36 55 142 43
Binary 10110011 10000111 10 0 11001 1100011 11110 101101 1100010 100011

Color Harmonies of #B38702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38702

Black with #B38702

Text Example


Text Example

White with #B38702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38702; }

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

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

background-color css

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

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

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

border-color css

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

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

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