Html Css Color HEX #BF953C Pizza

📋 copy color: '#BF953C'

red 191 ◦ green 149 ◦ blue 60

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

Shades of Pizza #BF953C

Tints of Pizza #BF953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 60 (23.83% from 255) = 15%

R = 47.75%
G = 37.25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF953C (or 0xBF953C) is known color: Pizza. HEX triplet: BF, 95 and 3C. RGB value is (191,149,60). Sum of RGB (Red+Green+Blue) = 191+149+60=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF953C is #406AC3. Grayscale: #979797. Windows color (decimal): -4221636 or 3970495. OLE color: 3970495.

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

Color convert

RGB 191 149 60 -
CMYK 0 0.22 0.69 0.25
HSL 40.76º 0.52% 0.49% -
HSV(B) 40.76º 0.69% 0.75% -
XYZ 33.05 32.9 8.88 -
YUV 151.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 191 149 60 0 0.22 0.69 0.25 40.76 0.52 0.49
Hex BF 95 3C 0 16 45 19 29 34 31
Octal 277 225 74 0 26 105 31 51 64 61
Binary 10111111 10010101 111100 0 10110 1000101 11001 101001 110100 110001

Color Harmonies of #BF953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF953C

Black with #BF953C

Text Example


Text Example

White with #BF953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF953C; }

 p { color: rgb(191,149,60); }

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

background-color css

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

 a { background-color: rgb(191,149,60); }

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

border-color css

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

 span { border-color: rgb(191,149,60); }

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