Html Css Color HEX #BF7433 Meteor

📋 copy color: '#BF7433'

red 191 ◦ green 116 ◦ blue 51

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

Shades of Meteor #BF7433

Tints of Meteor #BF7433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 53.35%
G = 32.4%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF7433 (or 0xBF7433) is known color: Meteor. HEX triplet: BF, 74 and 33. RGB value is (191,116,51). Sum of RGB (Red+Green+Blue) = 191+116+51=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7433 is #408BCC. Grayscale: #838383. Windows color (decimal): -4230093 or 3372223. OLE color: 3372223.

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

Color convert

RGB 191 116 51 -
CMYK 0 0.39 0.73 0.25
HSL 27.86º 0.58% 0.47% -
HSV(B) 27.86º 0.73% 0.75% -
XYZ 28.33 23.81 6.23 -
YUV 131.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 191 116 51 0 0.39 0.73 0.25 27.86 0.58 0.47
Hex BF 74 33 0 27 49 19 1C 3A 2F
Octal 277 164 63 0 47 111 31 34 72 57
Binary 10111111 1110100 110011 0 100111 1001001 11001 11100 111010 101111

Color Harmonies of #BF7433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7433

Black with #BF7433

Text Example


Text Example

White with #BF7433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7433; }

 p { color: rgb(191,116,51); }

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

background-color css

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

 a { background-color: rgb(191,116,51); }

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

border-color css

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

 span { border-color: rgb(191,116,51); }

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