Html Css Color HEX #B28707 Dark Goldenrod

📋 copy color: '#B28707'

red 178 ◦ green 135 ◦ blue 7

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

Shades of Dark Goldenrod #B28707

Tints of Dark Goldenrod #B28707

RGB

 RED value IS 178 (69.92% from 255) = 55.63%

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

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

R = 55.63%
G = 42.19%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B28707 (or 0xB28707) is known color: Dark Goldenrod. HEX triplet: B2, 87 and 07. RGB value is (178,135,7). Sum of RGB (Red+Green+Blue) = 178+135+7=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B28707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28707 is #4D78F8. Grayscale: #858585. Windows color (decimal): -5077241 or 493490. OLE color: 493490.

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

Color convert

RGB 178 135 7 -
CMYK 0 0.24 0.96 0.30
HSL 44.91º 0.92% 0.36% -
HSV(B) 44.91º 0.96% 0.7% -
XYZ 27.06 26.81 3.95 -
YUV 133.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 178 135 7 0 0.24 0.96 0.30 44.91 0.92 0.36
Hex B2 87 7 0 18 60 1E 2D 5C 24
Octal 262 207 7 0 30 140 36 55 134 44
Binary 10110010 10000111 111 0 11000 1100000 11110 101101 1011100 100100

Color Harmonies of #B28707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28707

Black with #B28707

Text Example


Text Example

White with #B28707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28707; }

 p { color: rgb(178,135,7); }

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

background-color css

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

 a { background-color: rgb(178,135,7); }

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

border-color css

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

 span { border-color: rgb(178,135,7); }

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