Html Css Color HEX #BCB438 Brass

📋 copy color: '#BCB438'

red 188 ◦ green 180 ◦ blue 56

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

Shades of Brass #BCB438

Tints of Brass #BCB438

RGB

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

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

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

R = 44.34%
G = 42.45%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB438 (or 0xBCB438) is known color: Brass. HEX triplet: BC, B4 and 38. RGB value is (188,180,56). Sum of RGB (Red+Green+Blue) = 188+180+56=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB438 is #434BC7. Grayscale: #A8A8A8. Windows color (decimal): -4410312 or 3716284. OLE color: 3716284.

HSL color Cylindrical-coordinate representation of color #BCB438: hue angle of 56.36º 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 #BCB438 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 56 -
CMYK 0 0.04 0.70 0.26
HSL 56.36º 0.54% 0.48% -
HSV(B) 56.36º 0.7% 0.74% -
XYZ 37.77 43.62 10.17 -
YUV 168.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 188 180 56 0 0.04 0.70 0.26 56.36 0.54 0.48
Hex BC B4 38 0 4 46 1A 38 36 30
Octal 274 264 70 0 4 106 32 70 66 60
Binary 10111100 10110100 111000 0 100 1000110 11010 111000 110110 110000

Color Harmonies of #BCB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB438

Black with #BCB438

Text Example


Text Example

White with #BCB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB438; }

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

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

background-color css

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

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

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

border-color css

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

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

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