Html Css Color HEX #BF6E2C Meteor

📋 copy color: '#BF6E2C'

red 191 ◦ green 110 ◦ blue 44

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

Shades of Meteor #BF6E2C

Tints of Meteor #BF6E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 55.36%
G = 31.88%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF6E2C (or 0xBF6E2C) is known color: Meteor. HEX triplet: BF, 6E and 2C. RGB value is (191,110,44). Sum of RGB (Red+Green+Blue) = 191+110+44=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E2C is #4091D3. Grayscale: #7F7F7F. Windows color (decimal): -4231636 or 2911935. OLE color: 2911935.

HSL color Cylindrical-coordinate representation of color #BF6E2C: hue angle of 26.94º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF6E2C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 44 -
CMYK 0 0.42 0.77 0.25
HSL 26.94º 0.63% 0.46% -
HSV(B) 26.94º 0.77% 0.75% -
XYZ 27.52 22.41 5.26 -
YUV 126.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 191 110 44 0 0.42 0.77 0.25 26.94 0.63 0.46
Hex BF 6E 2C 0 2A 4D 19 1B 3F 2E
Octal 277 156 54 0 52 115 31 33 77 56
Binary 10111111 1101110 101100 0 101010 1001101 11001 11011 111111 101110

Color Harmonies of #BF6E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E2C

Black with #BF6E2C

Text Example


Text Example

White with #BF6E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E2C; }

 p { color: rgb(191,110,44); }

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

background-color css

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

 a { background-color: rgb(191,110,44); }

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

border-color css

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

 span { border-color: rgb(191,110,44); }

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