Html Css Color HEX #BF8C38 Pizza

📋 copy color: '#BF8C38'

red 191 ◦ green 140 ◦ blue 56

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

Shades of Pizza #BF8C38

Tints of Pizza #BF8C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 56 (22.27% from 255) = 14.47%

R = 49.35%
G = 36.18%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8C38 (or 0xBF8C38) is known color: Pizza. HEX triplet: BF, 8C and 38. RGB value is (191,140,56). Sum of RGB (Red+Green+Blue) = 191+140+56=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C38 is #4073C7. Grayscale: #929292. Windows color (decimal): -4223944 or 3706047. OLE color: 3706047.

HSL color Cylindrical-coordinate representation of color #BF8C38: hue angle of 37.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8C38 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 56 -
CMYK 0 0.27 0.71 0.25
HSL 37.33º 0.55% 0.48% -
HSV(B) 37.33º 0.71% 0.75% -
XYZ 31.58 30.12 7.89 -
YUV 145.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 191 140 56 0 0.27 0.71 0.25 37.33 0.55 0.48
Hex BF 8C 38 0 1B 47 19 25 37 30
Octal 277 214 70 0 33 107 31 45 67 60
Binary 10111111 10001100 111000 0 11011 1000111 11001 100101 110111 110000

Color Harmonies of #BF8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C38

Black with #BF8C38

Text Example


Text Example

White with #BF8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C38; }

 p { color: rgb(191,140,56); }

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

background-color css

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

 a { background-color: rgb(191,140,56); }

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

border-color css

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

 span { border-color: rgb(191,140,56); }

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