Html Css Color HEX #BCB13B Brass

📋 copy color: '#BCB13B'

red 188 ◦ green 177 ◦ blue 59

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

Shades of Brass #BCB13B

Tints of Brass #BCB13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.92%

R = 44.34%
G = 41.75%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCB13B (or 0xBCB13B) is known color: Brass. HEX triplet: BC, B1 and 3B. RGB value is (188,177,59). Sum of RGB (Red+Green+Blue) = 188+177+59=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB13B is #434EC4. Grayscale: #A7A7A7. Windows color (decimal): -4411077 or 3912124. OLE color: 3912124.

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

Color convert

RGB 188 177 59 -
CMYK 0 0.06 0.69 0.26
HSL 54.88º 0.52% 0.48% -
HSV(B) 54.88º 0.69% 0.74% -
XYZ 37.25 42.45 10.37 -
YUV 166.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 188 177 59 0 0.06 0.69 0.26 54.88 0.52 0.48
Hex BC B1 3B 0 6 45 1A 37 34 30
Octal 274 261 73 0 6 105 32 67 64 60
Binary 10111100 10110001 111011 0 110 1000101 11010 110111 110100 110000

Color Harmonies of #BCB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB13B

Black with #BCB13B

Text Example


Text Example

White with #BCB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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