Html Css Color HEX #BF8743 Pizza

📋 copy color: '#BF8743'

red 191 ◦ green 135 ◦ blue 67

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

Shades of Pizza #BF8743

Tints of Pizza #BF8743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 48.6%
G = 34.35%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF8743 (or 0xBF8743) is known color: Pizza. HEX triplet: BF, 87 and 43. RGB value is (191,135,67). Sum of RGB (Red+Green+Blue) = 191+135+67=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8743 is #4078BC. Grayscale: #909090. Windows color (decimal): -4225213 or 4425663. OLE color: 4425663.

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

Color convert

RGB 191 135 67 -
CMYK 0 0.29 0.65 0.25
HSL 32.9º 0.49% 0.51% -
HSV(B) 32.9º 0.65% 0.75% -
XYZ 31.16 28.81 9.23 -
YUV 143.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 191 135 67 0 0.29 0.65 0.25 32.9 0.49 0.51
Hex BF 87 43 0 1D 41 19 21 31 33
Octal 277 207 103 0 35 101 31 41 61 63
Binary 10111111 10000111 1000011 0 11101 1000001 11001 100001 110001 110011

Color Harmonies of #BF8743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8743

Black with #BF8743

Text Example


Text Example

White with #BF8743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8743; }

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

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

background-color css

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

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

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

border-color css

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

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

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