Html Css Color HEX #B7B438 Brass

📋 copy color: '#B7B438'

red 183 ◦ green 180 ◦ blue 56

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

Shades of Brass #B7B438

Tints of Brass #B7B438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 43.68%
G = 42.96%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B7B438 (or 0xB7B438) is known color: Brass. HEX triplet: B7, B4 and 38. RGB value is (183,180,56). Sum of RGB (Red+Green+Blue) = 183+180+56=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B438 is #484BC7. Grayscale: #A7A7A7. Windows color (decimal): -4737992 or 3716279. OLE color: 3716279.

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

Color convert

RGB 183 180 56 -
CMYK 0 0.02 0.69 0.28
HSL 58.58º 0.53% 0.47% -
HSV(B) 58.58º 0.69% 0.72% -
XYZ 36.56 43 10.11 -
YUV 166.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 183 180 56 0 0.02 0.69 0.28 58.58 0.53 0.47
Hex B7 B4 38 0 2 45 1C 3B 35 2F
Octal 267 264 70 0 2 105 34 73 65 57
Binary 10110111 10110100 111000 0 10 1000101 11100 111011 110101 101111

Color Harmonies of #B7B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B438

Black with #B7B438

Text Example


Text Example

White with #B7B438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B438; }

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

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

background-color css

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

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

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

border-color css

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

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

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