Html Css Color HEX #B8B838 Brass

📋 copy color: '#B8B838'

red 184 ◦ green 184 ◦ blue 56

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

Shades of Brass #B8B838

Tints of Brass #B8B838

RGB

 RED value IS 184 (72.27% from 255) = 43.4%

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 43.4%
G = 43.4%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8B838 (or 0xB8B838) is known color: Brass. HEX triplet: B8, B8 and 38. RGB value is (184,184,56). Sum of RGB (Red+Green+Blue) = 184+184+56=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B838 is #4747C7. Grayscale: #A9A9A9. Windows color (decimal): -4671432 or 3717304. OLE color: 3717304.

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

Color convert

RGB 184 184 56 -
CMYK 0 0 0.70 0.28
HSL 60º 0.53% 0.47% -
HSV(B) 60º 0.7% 0.72% -
XYZ 37.62 44.76 10.4 -
YUV 169.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 184 184 56 0 0 0.70 0.28 60 0.53 0.47
Hex B8 B8 38 0 0 46 1C 3C 35 2F
Octal 270 270 70 0 0 106 34 74 65 57
Binary 10111000 10111000 111000 0 0 1000110 11100 111100 110101 101111

Color Harmonies of #B8B838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B838

Black with #B8B838

Text Example


Text Example

White with #B8B838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B838; }

 p { color: rgb(184,184,56); }

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

background-color css

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

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

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

border-color css

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

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

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