Html Css Color HEX #B27A04 Dark Goldenrod

📋 copy color: '#B27A04'

red 178 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #B27A04

Tints of Dark Goldenrod #B27A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 58.55%
G = 40.13%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B27A04 (or 0xB27A04) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 04. RGB value is (178,122,4). Sum of RGB (Red+Green+Blue) = 178+122+4=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A04 is #4D85FB. Grayscale: #7D7D7D. Windows color (decimal): -5080572 or 293554. OLE color: 293554.

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

Color convert

RGB 178 122 4 -
CMYK 0 0.31 0.98 0.30
HSL 40.69º 0.96% 0.36% -
HSV(B) 40.69º 0.98% 0.7% -
XYZ 25.34 23.39 3.29 -
YUV 125.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 178 122 4 0 0.31 0.98 0.30 40.69 0.96 0.36
Hex B2 7A 4 0 1F 62 1E 29 60 24
Octal 262 172 4 0 37 142 36 51 140 44
Binary 10110010 1111010 100 0 11111 1100010 11110 101001 1100000 100100

Color Harmonies of #B27A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A04

Black with #B27A04

Text Example


Text Example

White with #B27A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A04; }

 p { color: rgb(178,122,4); }

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

background-color css

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

 a { background-color: rgb(178,122,4); }

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

border-color css

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

 span { border-color: rgb(178,122,4); }

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