Html Css Color HEX #BCB13E Brass

📋 copy color: '#BCB13E'

red 188 ◦ green 177 ◦ blue 62

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

Shades of Brass #BCB13E

Tints of Brass #BCB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.45%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 44.03%
G = 41.45%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCB13E (or 0xBCB13E) is known color: Brass. HEX triplet: BC, B1 and 3E. RGB value is (188,177,62). Sum of RGB (Red+Green+Blue) = 188+177+62=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB13E is #434EC1. Grayscale: #A7A7A7. Windows color (decimal): -4411074 or 4108732. OLE color: 4108732.

HSL color Cylindrical-coordinate representation of color #BCB13E: hue angle of 54.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCB13E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 62 -
CMYK 0 0.06 0.67 0.26
HSL 54.76º 0.5% 0.49% -
HSV(B) 54.76º 0.67% 0.74% -
XYZ 37.33 42.48 10.79 -
YUV 167.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 188 177 62 0 0.06 0.67 0.26 54.76 0.5 0.49
Hex BC B1 3E 0 6 43 1A 37 32 31
Octal 274 261 76 0 6 103 32 67 62 61
Binary 10111100 10110001 111110 0 110 1000011 11010 110111 110010 110001

Color Harmonies of #BCB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB13E

Black with #BCB13E

Text Example


Text Example

White with #BCB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB13E; }

 p { color: rgb(188,177,62); }

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

background-color css

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

 a { background-color: rgb(188,177,62); }

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

border-color css

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

 span { border-color: rgb(188,177,62); }

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