Html Css Color HEX #BD7733 Meteor

📋 copy color: '#BD7733'

red 189 ◦ green 119 ◦ blue 51

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

Shades of Meteor #BD7733

Tints of Meteor #BD7733

RGB

 RED value IS 189 (74.22% from 255) = 52.65%

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 52.65%
G = 33.15%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD7733 (or 0xBD7733) is known color: Meteor. HEX triplet: BD, 77 and 33. RGB value is (189,119,51). Sum of RGB (Red+Green+Blue) = 189+119+51=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7733 is #4288CC. Grayscale: #848484. Windows color (decimal): -4360397 or 3372989. OLE color: 3372989.

HSL color Cylindrical-coordinate representation of color #BD7733: hue angle of 29.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD7733 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 51 -
CMYK 0 0.37 0.73 0.26
HSL 29.57º 0.58% 0.47% -
HSV(B) 29.57º 0.73% 0.74% -
XYZ 28.18 24.25 6.33 -
YUV 132.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 189 119 51 0 0.37 0.73 0.26 29.57 0.58 0.47
Hex BD 77 33 0 25 49 1A 1E 3A 2F
Octal 275 167 63 0 45 111 32 36 72 57
Binary 10111101 1110111 110011 0 100101 1001001 11010 11110 111010 101111

Color Harmonies of #BD7733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7733

Black with #BD7733

Text Example


Text Example

White with #BD7733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7733; }

 p { color: rgb(189,119,51); }

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

background-color css

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

 a { background-color: rgb(189,119,51); }

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

border-color css

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

 span { border-color: rgb(189,119,51); }

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