Html Css Color HEX #BD702B Meteor

📋 copy color: '#BD702B'

red 189 ◦ green 112 ◦ blue 43

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

Shades of Meteor #BD702B

Tints of Meteor #BD702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 54.94%
G = 32.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD702B (or 0xBD702B) is known color: Meteor. HEX triplet: BD, 70 and 2B. RGB value is (189,112,43). Sum of RGB (Red+Green+Blue) = 189+112+43=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD702B is #428FD4. Grayscale: #7F7F7F. Windows color (decimal): -4362197 or 2846909. OLE color: 2846909.

HSL color Cylindrical-coordinate representation of color #BD702B: hue angle of 28.36º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD702B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 43 -
CMYK 0 0.41 0.77 0.26
HSL 28.36º 0.63% 0.45% -
HSV(B) 28.36º 0.77% 0.74% -
XYZ 27.22 22.58 5.21 -
YUV 127.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 189 112 43 0 0.41 0.77 0.26 28.36 0.63 0.45
Hex BD 70 2B 0 29 4D 1A 1C 3F 2D
Octal 275 160 53 0 51 115 32 34 77 55
Binary 10111101 1110000 101011 0 101001 1001101 11010 11100 111111 101101

Color Harmonies of #BD702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD702B

Black with #BD702B

Text Example


Text Example

White with #BD702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD702B; }

 p { color: rgb(189,112,43); }

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

background-color css

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

 a { background-color: rgb(189,112,43); }

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

border-color css

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

 span { border-color: rgb(189,112,43); }

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