Html Css Color HEX #BD7C33 Meteor

📋 copy color: '#BD7C33'

red 189 ◦ green 124 ◦ blue 51

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

Shades of Meteor #BD7C33

Tints of Meteor #BD7C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 51.92%
G = 34.07%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD7C33 (or 0xBD7C33) is known color: Meteor. HEX triplet: BD, 7C and 33. RGB value is (189,124,51). Sum of RGB (Red+Green+Blue) = 189+124+51=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C33 is #4283CC. Grayscale: #878787. Windows color (decimal): -4359117 or 3374269. OLE color: 3374269.

HSL color Cylindrical-coordinate representation of color #BD7C33: hue angle of 31.74º 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 #BD7C33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 51 -
CMYK 0 0.34 0.73 0.26
HSL 31.74º 0.58% 0.47% -
HSV(B) 31.74º 0.73% 0.74% -
XYZ 28.79 25.47 6.53 -
YUV 135.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 189 124 51 0 0.34 0.73 0.26 31.74 0.58 0.47
Hex BD 7C 33 0 22 49 1A 20 3A 2F
Octal 275 174 63 0 42 111 32 40 72 57
Binary 10111101 1111100 110011 0 100010 1001001 11010 100000 111010 101111

Color Harmonies of #BD7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C33

Black with #BD7C33

Text Example


Text Example

White with #BD7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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