Html Css Color HEX #BD942B Nugget

📋 copy color: '#BD942B'

red 189 ◦ green 148 ◦ blue 43

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

Shades of Nugget #BD942B

Tints of Nugget #BD942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 49.74%
G = 38.95%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD942B (or 0xBD942B) is known color: Nugget. HEX triplet: BD, 94 and 2B. RGB value is (189,148,43). Sum of RGB (Red+Green+Blue) = 189+148+43=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942B is #426BD4. Grayscale: #949494. Windows color (decimal): -4352981 or 2856125. OLE color: 2856125.

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

Color convert

RGB 189 148 43 -
CMYK 0 0.22 0.77 0.26
HSL 43.15º 0.63% 0.45% -
HSV(B) 43.15º 0.77% 0.74% -
XYZ 32.01 32.17 6.81 -
YUV 148.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 189 148 43 0 0.22 0.77 0.26 43.15 0.63 0.45
Hex BD 94 2B 0 16 4D 1A 2B 3F 2D
Octal 275 224 53 0 26 115 32 53 77 55
Binary 10111101 10010100 101011 0 10110 1001101 11010 101011 111111 101101

Color Harmonies of #BD942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD942B

Black with #BD942B

Text Example


Text Example

White with #BD942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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