Html Css Color HEX #B7B734 Brass

📋 copy color: '#B7B734'

red 183 ◦ green 183 ◦ blue 52

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

Shades of Brass #B7B734

Tints of Brass #B7B734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 43.78%
G = 43.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B7B734 (or 0xB7B734) is known color: Brass. HEX triplet: B7, B7 and 34. RGB value is (183,183,52). Sum of RGB (Red+Green+Blue) = 183+183+52=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B734 is #4848CB. Grayscale: #A8A8A8. Windows color (decimal): -4737228 or 3454903. OLE color: 3454903.

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

Color convert

RGB 183 183 52 -
CMYK 0 0 0.72 0.28
HSL 60º 0.56% 0.46% -
HSV(B) 60º 0.72% 0.72% -
XYZ 37.08 44.18 9.82 -
YUV 168.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 183 183 52 0 0 0.72 0.28 60 0.56 0.46
Hex B7 B7 34 0 0 48 1C 3C 38 2E
Octal 267 267 64 0 0 110 34 74 70 56
Binary 10110111 10110111 110100 0 0 1001000 11100 111100 111000 101110

Color Harmonies of #B7B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B734

Black with #B7B734

Text Example


Text Example

White with #B7B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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