Html Css Color HEX #BF962B Nugget

📋 copy color: '#BF962B'

red 191 ◦ green 150 ◦ blue 43

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

Shades of Nugget #BF962B

Tints of Nugget #BF962B

RGB

 RED value IS 191 (75% from 255) = 49.74%

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 49.74%
G = 39.06%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF962B (or 0xBF962B) is known color: Nugget. HEX triplet: BF, 96 and 2B. RGB value is (191,150,43). Sum of RGB (Red+Green+Blue) = 191+150+43=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF962B is #4069D4. Grayscale: #969696. Windows color (decimal): -4221397 or 2856639. OLE color: 2856639.

HSL color Cylindrical-coordinate representation of color #BF962B: hue angle of 43.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF962B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 43 -
CMYK 0 0.21 0.77 0.25
HSL 43.38º 0.63% 0.46% -
HSV(B) 43.38º 0.77% 0.75% -
XYZ 32.83 33.06 6.94 -
YUV 150.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 191 150 43 0 0.21 0.77 0.25 43.38 0.63 0.46
Hex BF 96 2B 0 15 4D 19 2B 3F 2E
Octal 277 226 53 0 25 115 31 53 77 56
Binary 10111111 10010110 101011 0 10101 1001101 11001 101011 111111 101110

Color Harmonies of #BF962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF962B

Black with #BF962B

Text Example


Text Example

White with #BF962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF962B; }

 p { color: rgb(191,150,43); }

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

background-color css

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

 a { background-color: rgb(191,150,43); }

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

border-color css

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

 span { border-color: rgb(191,150,43); }

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