Html Css Color HEX #BF6F30 Meteor

📋 copy color: '#BF6F30'

red 191 ◦ green 111 ◦ blue 48

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

Shades of Meteor #BF6F30

Tints of Meteor #BF6F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 54.57%
G = 31.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF6F30 (or 0xBF6F30) is known color: Meteor. HEX triplet: BF, 6F and 30. RGB value is (191,111,48). Sum of RGB (Red+Green+Blue) = 191+111+48=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F30 is #4090CF. Grayscale: #808080. Windows color (decimal): -4231376 or 3174335. OLE color: 3174335.

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

Color convert

RGB 191 111 48 -
CMYK 0 0.42 0.75 0.25
HSL 26.43º 0.6% 0.47% -
HSV(B) 26.43º 0.75% 0.75% -
XYZ 27.7 22.66 5.71 -
YUV 127.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 191 111 48 0 0.42 0.75 0.25 26.43 0.6 0.47
Hex BF 6F 30 0 2A 4B 19 1A 3C 2F
Octal 277 157 60 0 52 113 31 32 74 57
Binary 10111111 1101111 110000 0 101010 1001011 11001 11010 111100 101111

Color Harmonies of #BF6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F30

Black with #BF6F30

Text Example


Text Example

White with #BF6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F30; }

 p { color: rgb(191,111,48); }

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

background-color css

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

 a { background-color: rgb(191,111,48); }

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

border-color css

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

 span { border-color: rgb(191,111,48); }

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