Html Css Color HEX #B5B238 Brass

📋 copy color: '#B5B238'

red 181 ◦ green 178 ◦ blue 56

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

Shades of Brass #B5B238

Tints of Brass #B5B238

RGB

 RED value IS 181 (71.09% from 255) = 43.61%

 GREEN value IS 178 (69.92% from 255) = 42.89%

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

R = 43.61%
G = 42.89%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B5B238 (or 0xB5B238) is known color: Brass. HEX triplet: B5, B2 and 38. RGB value is (181,178,56). Sum of RGB (Red+Green+Blue) = 181+178+56=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B238 is #4A4DC7. Grayscale: #A5A5A5. Windows color (decimal): -4869576 or 3715765. OLE color: 3715765.

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

Color convert

RGB 181 178 56 -
CMYK 0 0.02 0.69 0.29
HSL 58.56º 0.53% 0.46% -
HSV(B) 58.56º 0.69% 0.71% -
XYZ 35.69 41.95 9.96 -
YUV 164.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 181 178 56 0 0.02 0.69 0.29 58.56 0.53 0.46
Hex B5 B2 38 0 2 45 1D 3B 35 2E
Octal 265 262 70 0 2 105 35 73 65 56
Binary 10110101 10110010 111000 0 10 1000101 11101 111011 110101 101110

Color Harmonies of #B5B238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B238

Black with #B5B238

Text Example


Text Example

White with #B5B238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B238; }

 p { color: rgb(181,178,56); }

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

background-color css

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

 a { background-color: rgb(181,178,56); }

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

border-color css

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

 span { border-color: rgb(181,178,56); }

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