Html Css Color HEX #BCB13D Brass

📋 copy color: '#BCB13D'

red 188 ◦ green 177 ◦ blue 61

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

Shades of Brass #BCB13D

Tints of Brass #BCB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 44.13%
G = 41.55%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB13D (or 0xBCB13D) is known color: Brass. HEX triplet: BC, B1 and 3D. RGB value is (188,177,61). Sum of RGB (Red+Green+Blue) = 188+177+61=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB13D is #434EC2. Grayscale: #A7A7A7. Windows color (decimal): -4411075 or 4043196. OLE color: 4043196.

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

Color convert

RGB 188 177 61 -
CMYK 0 0.06 0.68 0.26
HSL 54.8º 0.51% 0.49% -
HSV(B) 54.8º 0.68% 0.74% -
XYZ 37.3 42.47 10.65 -
YUV 167.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 188 177 61 0 0.06 0.68 0.26 54.8 0.51 0.49
Hex BC B1 3D 0 6 44 1A 37 33 31
Octal 274 261 75 0 6 104 32 67 63 61
Binary 10111100 10110001 111101 0 110 1000100 11010 110111 110011 110001

Color Harmonies of #BCB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB13D

Black with #BCB13D

Text Example


Text Example

White with #BCB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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