Html Css Color HEX #BD940B Dark Goldenrod

📋 copy color: '#BD940B'

red 189 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #BD940B

Tints of Dark Goldenrod #BD940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 54.31%
G = 42.53%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD940B (or 0xBD940B) is known color: Dark Goldenrod. HEX triplet: BD, 94 and 0B. RGB value is (189,148,11). Sum of RGB (Red+Green+Blue) = 189+148+11=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD940B is #426BF4. Grayscale: #919191. Windows color (decimal): -4353013 or 758973. OLE color: 758973.

HSL color Cylindrical-coordinate representation of color #BD940B: hue angle of 46.18º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD940B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 11 -
CMYK 0 0.22 0.94 0.26
HSL 46.18º 0.89% 0.39% -
HSV(B) 46.18º 0.94% 0.74% -
XYZ 31.64 32.02 4.83 -
YUV 144.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 189 148 11 0 0.22 0.94 0.26 46.18 0.89 0.39
Hex BD 94 B 0 16 5E 1A 2E 59 27
Octal 275 224 13 0 26 136 32 56 131 47
Binary 10111101 10010100 1011 0 10110 1011110 11010 101110 1011001 100111

Color Harmonies of #BD940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD940B

Black with #BD940B

Text Example


Text Example

White with #BD940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD940B; }

 p { color: rgb(189,148,11); }

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

background-color css

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

 a { background-color: rgb(189,148,11); }

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

border-color css

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

 span { border-color: rgb(189,148,11); }

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