Html Css Color HEX #B7B43B Brass

📋 copy color: '#B7B43B'

red 183 ◦ green 180 ◦ blue 59

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

Shades of Brass #B7B43B

Tints of Brass #B7B43B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 59 (23.44% from 255) = 13.98%

R = 43.36%
G = 42.65%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B43B (or 0xB7B43B) is known color: Brass. HEX triplet: B7, B4 and 3B. RGB value is (183,180,59). Sum of RGB (Red+Green+Blue) = 183+180+59=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B43B is #484BC4. Grayscale: #A7A7A7. Windows color (decimal): -4737989 or 3912887. OLE color: 3912887.

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

Color convert

RGB 183 180 59 -
CMYK 0 0.02 0.68 0.28
HSL 58.55º 0.51% 0.47% -
HSV(B) 58.55º 0.68% 0.72% -
XYZ 36.64 43.03 10.51 -
YUV 167.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 183 180 59 0 0.02 0.68 0.28 58.55 0.51 0.47
Hex B7 B4 3B 0 2 44 1C 3B 33 2F
Octal 267 264 73 0 2 104 34 73 63 57
Binary 10110111 10110100 111011 0 10 1000100 11100 111011 110011 101111

Color Harmonies of #B7B43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B43B

Black with #B7B43B

Text Example


Text Example

White with #B7B43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B43B; }

 p { color: rgb(183,180,59); }

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

background-color css

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

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

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

border-color css

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

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

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