Html Css Color HEX #B27502 Dark Goldenrod

📋 copy color: '#B27502'

red 178 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #B27502

Tints of Dark Goldenrod #B27502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 59.93%
G = 39.39%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27502 (or 0xB27502) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 02. RGB value is (178,117,2). Sum of RGB (Red+Green+Blue) = 178+117+2=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B27502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27502 is #4D8AFD. Grayscale: #7A7A7A. Windows color (decimal): -5081854 or 161202. OLE color: 161202.

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

Color convert

RGB 178 117 2 -
CMYK 0 0.34 0.99 0.30
HSL 39.2º 0.98% 0.35% -
HSV(B) 39.2º 0.99% 0.7% -
XYZ 24.73 22.19 3.04 -
YUV 122.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 178 117 2 0 0.34 0.99 0.30 39.2 0.98 0.35
Hex B2 75 2 0 22 63 1E 27 62 23
Octal 262 165 2 0 42 143 36 47 142 43
Binary 10110010 1110101 10 0 100010 1100011 11110 100111 1100010 100011

Color Harmonies of #B27502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27502

Black with #B27502

Text Example


Text Example

White with #B27502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27502; }

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

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

background-color css

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

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

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

border-color css

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

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

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