Html Css Color HEX #BF7336 Meteor

📋 copy color: '#BF7336'

red 191 ◦ green 115 ◦ blue 54

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

Shades of Meteor #BF7336

Tints of Meteor #BF7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 53.06%
G = 31.94%
B = 15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF7336 (or 0xBF7336) is known color: Meteor. HEX triplet: BF, 73 and 36. RGB value is (191,115,54). Sum of RGB (Red+Green+Blue) = 191+115+54=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7336 is #408CC9. Grayscale: #838383. Windows color (decimal): -4230346 or 3568575. OLE color: 3568575.

HSL color Cylindrical-coordinate representation of color #BF7336: hue angle of 26.72º degrees, saturation: 0.56, 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 #BF7336 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 54 -
CMYK 0 0.40 0.72 0.25
HSL 26.72º 0.56% 0.48% -
HSV(B) 26.72º 0.72% 0.75% -
XYZ 28.28 23.6 6.56 -
YUV 130.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 191 115 54 0 0.40 0.72 0.25 26.72 0.56 0.48
Hex BF 73 36 0 28 48 19 1B 38 30
Octal 277 163 66 0 50 110 31 33 70 60
Binary 10111111 1110011 110110 0 101000 1001000 11001 11011 111000 110000

Color Harmonies of #BF7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7336

Black with #BF7336

Text Example


Text Example

White with #BF7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7336; }

 p { color: rgb(191,115,54); }

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

background-color css

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

 a { background-color: rgb(191,115,54); }

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

border-color css

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

 span { border-color: rgb(191,115,54); }

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