Html Css Color HEX #BF9B33 Nugget

📋 copy color: '#BF9B33'

red 191 ◦ green 155 ◦ blue 51

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

Shades of Nugget #BF9B33

Tints of Nugget #BF9B33

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 48.11%
G = 39.04%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF9B33 (or 0xBF9B33) is known color: Nugget. HEX triplet: BF, 9B and 33. RGB value is (191,155,51). Sum of RGB (Red+Green+Blue) = 191+155+51=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B33 is #4064CC. Grayscale: #9A9A9A. Windows color (decimal): -4220109 or 3382207. OLE color: 3382207.

HSL color Cylindrical-coordinate representation of color #BF9B33: hue angle of 44.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF9B33 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 155 51 -
CMYK 0 0.19 0.73 0.25
HSL 44.57º 0.58% 0.47% -
HSV(B) 44.57º 0.73% 0.75% -
XYZ 33.8 34.76 8.06 -
YUV 153.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 191 155 51 0 0.19 0.73 0.25 44.57 0.58 0.47
Hex BF 9B 33 0 13 49 19 2D 3A 2F
Octal 277 233 63 0 23 111 31 55 72 57
Binary 10111111 10011011 110011 0 10011 1001001 11001 101101 111010 101111

Color Harmonies of #BF9B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B33

Black with #BF9B33

Text Example


Text Example

White with #BF9B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B33; }

 p { color: rgb(191,155,51); }

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

background-color css

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

 a { background-color: rgb(191,155,51); }

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

border-color css

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

 span { border-color: rgb(191,155,51); }

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