Html Css Color HEX #B7702F Meteor

📋 copy color: '#B7702F'

red 183 ◦ green 112 ◦ blue 47

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

Shades of Meteor #B7702F

Tints of Meteor #B7702F

RGB

 RED value IS 183 (71.88% from 255) = 53.51%

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 53.51%
G = 32.75%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7702F (or 0xB7702F) is known color: Meteor. HEX triplet: B7, 70 and 2F. RGB value is (183,112,47). Sum of RGB (Red+Green+Blue) = 183+112+47=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702F is #488FD0. Grayscale: #7E7E7E. Windows color (decimal): -4755409 or 3109047. OLE color: 3109047.

HSL color Cylindrical-coordinate representation of color #B7702F: hue angle of 28.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7702F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 47 -
CMYK 0 0.39 0.74 0.28
HSL 28.68º 0.59% 0.45% -
HSV(B) 28.68º 0.74% 0.72% -
XYZ 25.84 21.86 5.55 -
YUV 125.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 183 112 47 0 0.39 0.74 0.28 28.68 0.59 0.45
Hex B7 70 2F 0 27 4A 1C 1D 3B 2D
Octal 267 160 57 0 47 112 34 35 73 55
Binary 10110111 1110000 101111 0 100111 1001010 11100 11101 111011 101101

Color Harmonies of #B7702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7702F

Black with #B7702F

Text Example


Text Example

White with #B7702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7702F; }

 p { color: rgb(183,112,47); }

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

background-color css

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

 a { background-color: rgb(183,112,47); }

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

border-color css

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

 span { border-color: rgb(183,112,47); }

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