Html Css Color HEX #BF8735 Pizza

📋 copy color: '#BF8735'

red 191 ◦ green 135 ◦ blue 53

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

Shades of Pizza #BF8735

Tints of Pizza #BF8735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 50.4%
G = 35.62%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF8735 (or 0xBF8735) is known color: Pizza. HEX triplet: BF, 87 and 35. RGB value is (191,135,53). Sum of RGB (Red+Green+Blue) = 191+135+53=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8735 is #4078CA. Grayscale: #8E8E8E. Windows color (decimal): -4225227 or 3508159. OLE color: 3508159.

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

Color convert

RGB 191 135 53 -
CMYK 0 0.29 0.72 0.25
HSL 35.65º 0.57% 0.48% -
HSV(B) 35.65º 0.72% 0.75% -
XYZ 30.79 28.66 7.28 -
YUV 142.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 191 135 53 0 0.29 0.72 0.25 35.65 0.57 0.48
Hex BF 87 35 0 1D 48 19 24 39 30
Octal 277 207 65 0 35 110 31 44 71 60
Binary 10111111 10000111 110101 0 11101 1001000 11001 100100 111001 110000

Color Harmonies of #BF8735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8735

Black with #BF8735

Text Example


Text Example

White with #BF8735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8735; }

 p { color: rgb(191,135,53); }

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

background-color css

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

 a { background-color: rgb(191,135,53); }

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

border-color css

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

 span { border-color: rgb(191,135,53); }

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