Html Css Color HEX #BF9323 Nugget

📋 copy color: '#BF9323'

red 191 ◦ green 147 ◦ blue 35

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

Shades of Nugget #BF9323

Tints of Nugget #BF9323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 51.21%
G = 39.41%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF9323 (or 0xBF9323) is known color: Nugget. HEX triplet: BF, 93 and 23. RGB value is (191,147,35). Sum of RGB (Red+Green+Blue) = 191+147+35=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9323 is #406CDC. Grayscale: #939393. Windows color (decimal): -4222173 or 2331583. OLE color: 2331583.

HSL color Cylindrical-coordinate representation of color #BF9323: hue angle of 43.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF9323 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 147 35 -
CMYK 0 0.23 0.82 0.25
HSL 43.08º 0.69% 0.44% -
HSV(B) 43.08º 0.82% 0.75% -
XYZ 32.22 32.07 6.08 -
YUV 147.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 191 147 35 0 0.23 0.82 0.25 43.08 0.69 0.44
Hex BF 93 23 0 17 52 19 2B 45 2C
Octal 277 223 43 0 27 122 31 53 105 54
Binary 10111111 10010011 100011 0 10111 1010010 11001 101011 1000101 101100

Color Harmonies of #BF9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9323

Black with #BF9323

Text Example


Text Example

White with #BF9323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9323; }

 p { color: rgb(191,147,35); }

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

background-color css

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

 a { background-color: rgb(191,147,35); }

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

border-color css

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

 span { border-color: rgb(191,147,35); }

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