Html Css Color HEX #B7B735 Brass

📋 copy color: '#B7B735'

red 183 ◦ green 183 ◦ blue 53

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

Shades of Brass #B7B735

Tints of Brass #B7B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 43.68%
G = 43.68%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B7B735 (or 0xB7B735) is known color: Brass. HEX triplet: B7, B7 and 35. RGB value is (183,183,53). Sum of RGB (Red+Green+Blue) = 183+183+53=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B735 is #4848CA. Grayscale: #A8A8A8. Windows color (decimal): -4737227 or 3520439. OLE color: 3520439.

HSL color Cylindrical-coordinate representation of color #B7B735: hue angle of 60º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7B735 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 53 -
CMYK 0 0 0.71 0.28
HSL 60º 0.55% 0.46% -
HSV(B) 60º 0.71% 0.72% -
XYZ 37.1 44.19 9.94 -
YUV 168.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 183 183 53 0 0 0.71 0.28 60 0.55 0.46
Hex B7 B7 35 0 0 47 1C 3C 37 2E
Octal 267 267 65 0 0 107 34 74 67 56
Binary 10110111 10110111 110101 0 0 1000111 11100 111100 110111 101110

Color Harmonies of #B7B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B735

Black with #B7B735

Text Example


Text Example

White with #B7B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B735; }

 p { color: rgb(183,183,53); }

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

background-color css

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

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

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

border-color css

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

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

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