Html Css Color HEX #B67400 Dark Goldenrod

📋 copy color: '#B67400'

red 182 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #B67400

Tints of Dark Goldenrod #B67400

RGB

 RED value IS 182 (71.48% from 255) = 61.07%

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.07%
G = 38.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B67400 (or 0xB67400) is known color: Dark Goldenrod. HEX triplet: B6, 74 and 00. RGB value is (182,116,0). Sum of RGB (Red+Green+Blue) = 182+116+0=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B67400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67400 is #498BFF. Grayscale: #7B7B7B. Windows color (decimal): -4819968 or 29878. OLE color: 29878.

HSL color Cylindrical-coordinate representation of color #B67400: hue angle of 38.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B67400 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 0 -
CMYK 0 0.36 1 0.29
HSL 38.24º 1% 0.36% -
HSV(B) 38.24º 1% 0.71% -
XYZ 25.54 22.44 2.98 -
YUV 122.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 182 116 0 0 0.36 1 0.29 38.24 1 0.36
Hex B6 74 0 0 24 64 1D 26 64 24
Octal 266 164 0 0 44 144 35 46 144 44
Binary 10110110 1110100 0 0 100100 1100100 11101 100110 1100100 100100

Color Harmonies of #B67400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67400

Black with #B67400

Text Example


Text Example

White with #B67400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67400; }

 p { color: rgb(182,116,0); }

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

background-color css

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

 a { background-color: rgb(182,116,0); }

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

border-color css

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

 span { border-color: rgb(182,116,0); }

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