Html Css Color HEX #BF7635 Meteor

📋 copy color: '#BF7635'

red 191 ◦ green 118 ◦ blue 53

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

Shades of Meteor #BF7635

Tints of Meteor #BF7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 53 (21.09% from 255) = 14.64%

R = 52.76%
G = 32.6%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF7635 (or 0xBF7635) is known color: Meteor. HEX triplet: BF, 76 and 35. RGB value is (191,118,53). Sum of RGB (Red+Green+Blue) = 191+118+53=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7635 is #4089CA. Grayscale: #848484. Windows color (decimal): -4229579 or 3503807. OLE color: 3503807.

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

Color convert

RGB 191 118 53 -
CMYK 0 0.38 0.72 0.25
HSL 28.26º 0.57% 0.48% -
HSV(B) 28.26º 0.72% 0.75% -
XYZ 28.61 24.29 6.55 -
YUV 132.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 191 118 53 0 0.38 0.72 0.25 28.26 0.57 0.48
Hex BF 76 35 0 26 48 19 1C 39 30
Octal 277 166 65 0 46 110 31 34 71 60
Binary 10111111 1110110 110101 0 100110 1001000 11001 11100 111001 110000

Color Harmonies of #BF7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7635

Black with #BF7635

Text Example


Text Example

White with #BF7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7635; }

 p { color: rgb(191,118,53); }

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

background-color css

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

 a { background-color: rgb(191,118,53); }

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

border-color css

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

 span { border-color: rgb(191,118,53); }

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