Html Css Color HEX #BCB338 Brass

📋 copy color: '#BCB338'

red 188 ◦ green 179 ◦ blue 56

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

Shades of Brass #BCB338

Tints of Brass #BCB338

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 44.44%
G = 42.32%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB338 (or 0xBCB338) is known color: Brass. HEX triplet: BC, B3 and 38. RGB value is (188,179,56). Sum of RGB (Red+Green+Blue) = 188+179+56=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB338 is #434CC7. Grayscale: #A8A8A8. Windows color (decimal): -4410568 or 3716028. OLE color: 3716028.

HSL color Cylindrical-coordinate representation of color #BCB338: hue angle of 55.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCB338 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 56 -
CMYK 0 0.05 0.70 0.26
HSL 55.91º 0.54% 0.48% -
HSV(B) 55.91º 0.7% 0.74% -
XYZ 37.57 43.22 10.1 -
YUV 167.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 188 179 56 0 0.05 0.70 0.26 55.91 0.54 0.48
Hex BC B3 38 0 5 46 1A 38 36 30
Octal 274 263 70 0 5 106 32 70 66 60
Binary 10111100 10110011 111000 0 101 1000110 11010 111000 110110 110000

Color Harmonies of #BCB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB338

Black with #BCB338

Text Example


Text Example

White with #BCB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB338; }

 p { color: rgb(188,179,56); }

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

background-color css

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

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

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

border-color css

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

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

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