Html Css Color HEX #BF963C Pizza

📋 copy color: '#BF963C'

red 191 ◦ green 150 ◦ blue 60

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

Shades of Pizza #BF963C

Tints of Pizza #BF963C

RGB

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

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

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

R = 47.63%
G = 37.41%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF963C (or 0xBF963C) is known color: Pizza. HEX triplet: BF, 96 and 3C. RGB value is (191,150,60). Sum of RGB (Red+Green+Blue) = 191+150+60=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF963C is #4069C3. Grayscale: #989898. Windows color (decimal): -4221380 or 3970751. OLE color: 3970751.

HSL color Cylindrical-coordinate representation of color #BF963C: hue angle of 41.22º 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 #BF963C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 60 -
CMYK 0 0.21 0.69 0.25
HSL 41.22º 0.52% 0.49% -
HSV(B) 41.22º 0.69% 0.75% -
XYZ 33.21 33.22 8.94 -
YUV 152 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 191 150 60 0 0.21 0.69 0.25 41.22 0.52 0.49
Hex BF 96 3C 0 15 45 19 29 34 31
Octal 277 226 74 0 25 105 31 51 64 61
Binary 10111111 10010110 111100 0 10101 1000101 11001 101001 110100 110001

Color Harmonies of #BF963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF963C

Black with #BF963C

Text Example


Text Example

White with #BF963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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