Html Css Color HEX #BB743B Meteor

📋 copy color: '#BB743B'

red 187 ◦ green 116 ◦ blue 59

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

Shades of Meteor #BB743B

Tints of Meteor #BB743B

RGB

 RED value IS 187 (73.44% from 255) = 51.66%

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 51.66%
G = 32.04%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB743B (or 0xBB743B) is known color: Meteor. HEX triplet: BB, 74 and 3B. RGB value is (187,116,59). Sum of RGB (Red+Green+Blue) = 187+116+59=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB743B is #448BC4. Grayscale: #838383. Windows color (decimal): -4492229 or 3896507. OLE color: 3896507.

HSL color Cylindrical-coordinate representation of color #BB743B: hue angle of 26.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB743B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 59 -
CMYK 0 0.38 0.68 0.27
HSL 26.72º 0.52% 0.48% -
HSV(B) 26.72º 0.68% 0.73% -
XYZ 27.53 23.37 7.2 -
YUV 130.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 187 116 59 0 0.38 0.68 0.27 26.72 0.52 0.48
Hex BB 74 3B 0 26 44 1B 1B 34 30
Octal 273 164 73 0 46 104 33 33 64 60
Binary 10111011 1110100 111011 0 100110 1000100 11011 11011 110100 110000

Color Harmonies of #BB743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB743B

Black with #BB743B

Text Example


Text Example

White with #BB743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB743B; }

 p { color: rgb(187,116,59); }

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

background-color css

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

 a { background-color: rgb(187,116,59); }

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

border-color css

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

 span { border-color: rgb(187,116,59); }

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