Html Css Color HEX #BCB448 Brass

📋 copy color: '#BCB448'

red 188 ◦ green 180 ◦ blue 72

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

Shades of Brass #BCB448

Tints of Brass #BCB448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.36%

R = 42.73%
G = 40.91%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB448 (or 0xBCB448) is known color: Brass. HEX triplet: BC, B4 and 48. RGB value is (188,180,72). Sum of RGB (Red+Green+Blue) = 188+180+72=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB448 is #434BB7. Grayscale: #AAAAAA. Windows color (decimal): -4410296 or 4764860. OLE color: 4764860.

HSL color Cylindrical-coordinate representation of color #BCB448: hue angle of 55.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB448 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 72 -
CMYK 0 0.04 0.62 0.26
HSL 55.86º 0.46% 0.51% -
HSV(B) 55.86º 0.62% 0.74% -
XYZ 38.23 43.8 12.57 -
YUV 170.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 188 180 72 0 0.04 0.62 0.26 55.86 0.46 0.51
Hex BC B4 48 0 4 3E 1A 38 2E 33
Octal 274 264 110 0 4 76 32 70 56 63
Binary 10111100 10110100 1001000 0 100 111110 11010 111000 101110 110011

Color Harmonies of #BCB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB448

Black with #BCB448

Text Example


Text Example

White with #BCB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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