Html Css Color HEX #BD851C Dark Goldenrod

📋 copy color: '#BD851C'

red 189 ◦ green 133 ◦ blue 28

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

Shades of Dark Goldenrod #BD851C

Tints of Dark Goldenrod #BD851C

RGB

 RED value IS 189 (74.22% from 255) = 54%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 54%
G = 38%
B = 8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD851C (or 0xBD851C) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 1C. RGB value is (189,133,28). Sum of RGB (Red+Green+Blue) = 189+133+28=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD851C is #427AE3. Grayscale: #8A8A8A. Windows color (decimal): -4356836 or 1869245. OLE color: 1869245.

HSL color Cylindrical-coordinate representation of color #BD851C: hue angle of 39.13º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD851C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 28 -
CMYK 0 0.30 0.85 0.26
HSL 39.13º 0.74% 0.43% -
HSV(B) 39.13º 0.85% 0.74% -
XYZ 29.58 27.68 4.88 -
YUV 137.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 189 133 28 0 0.30 0.85 0.26 39.13 0.74 0.43
Hex BD 85 1C 0 1E 55 1A 27 4A 2B
Octal 275 205 34 0 36 125 32 47 112 53
Binary 10111101 10000101 11100 0 11110 1010101 11010 100111 1001010 101011

Color Harmonies of #BD851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD851C

Black with #BD851C

Text Example


Text Example

White with #BD851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD851C; }

 p { color: rgb(189,133,28); }

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

background-color css

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

 a { background-color: rgb(189,133,28); }

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

border-color css

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

 span { border-color: rgb(189,133,28); }

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