Html Css Color HEX #BB6D30 Meteor

📋 copy color: '#BB6D30'

red 187 ◦ green 109 ◦ blue 48

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

Shades of Meteor #BB6D30

Tints of Meteor #BB6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 54.36%
G = 31.69%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6D30 (or 0xBB6D30) is known color: Meteor. HEX triplet: BB, 6D and 30. RGB value is (187,109,48). Sum of RGB (Red+Green+Blue) = 187+109+48=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D30 is #4492CF. Grayscale: #7D7D7D. Windows color (decimal): -4494032 or 3173819. OLE color: 3173819.

HSL color Cylindrical-coordinate representation of color #BB6D30: hue angle of 26.33º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB6D30 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 109 48 -
CMYK 0 0.42 0.74 0.27
HSL 26.33º 0.59% 0.46% -
HSV(B) 26.33º 0.74% 0.73% -
XYZ 26.5 21.72 5.59 -
YUV 125.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 187 109 48 0 0.42 0.74 0.27 26.33 0.59 0.46
Hex BB 6D 30 0 2A 4A 1B 1A 3B 2E
Octal 273 155 60 0 52 112 33 32 73 56
Binary 10111011 1101101 110000 0 101010 1001010 11011 11010 111011 101110

Color Harmonies of #BB6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D30

Black with #BB6D30

Text Example


Text Example

White with #BB6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D30; }

 p { color: rgb(187,109,48); }

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

background-color css

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

 a { background-color: rgb(187,109,48); }

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

border-color css

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

 span { border-color: rgb(187,109,48); }

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