Html Css Color HEX #B27902 Dark Goldenrod

📋 copy color: '#B27902'

red 178 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #B27902

Tints of Dark Goldenrod #B27902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 59.14%
G = 40.2%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27902 (or 0xB27902) is known color: Dark Goldenrod. HEX triplet: B2, 79 and 02. RGB value is (178,121,2). Sum of RGB (Red+Green+Blue) = 178+121+2=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B27902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27902 is #4D86FD. Grayscale: #7D7D7D. Windows color (decimal): -5080830 or 162226. OLE color: 162226.

HSL color Cylindrical-coordinate representation of color #B27902: hue angle of 40.57º 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 #B27902 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 2 -
CMYK 0 0.32 0.99 0.30
HSL 40.57º 0.98% 0.35% -
HSV(B) 40.57º 0.99% 0.7% -
XYZ 25.21 23.14 3.2 -
YUV 124.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 178 121 2 0 0.32 0.99 0.30 40.57 0.98 0.35
Hex B2 79 2 0 20 63 1E 29 62 23
Octal 262 171 2 0 40 143 36 51 142 43
Binary 10110010 1111001 10 0 100000 1100011 11110 101001 1100010 100011

Color Harmonies of #B27902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27902

Black with #B27902

Text Example


Text Example

White with #B27902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27902; }

 p { color: rgb(178,121,2); }

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

background-color css

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

 a { background-color: rgb(178,121,2); }

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

border-color css

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

 span { border-color: rgb(178,121,2); }

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