Html Css Color HEX #BCB412 La Rioja

📋 copy color: '#BCB412'

red 188 ◦ green 180 ◦ blue 18

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

Shades of La Rioja #BCB412

Tints of La Rioja #BCB412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 48.7%
G = 46.63%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB412 (or 0xBCB412) is known color: La Rioja. HEX triplet: BC, B4 and 12. RGB value is (188,180,18). Sum of RGB (Red+Green+Blue) = 188+180+18=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB412 is #434BED. Grayscale: #A4A4A4. Windows color (decimal): -4410350 or 1225916. OLE color: 1225916.

HSL color Cylindrical-coordinate representation of color #BCB412: hue angle of 57.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB412 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 18 -
CMYK 0 0.04 0.90 0.26
HSL 57.18º 0.83% 0.4% -
HSV(B) 57.18º 0.9% 0.74% -
XYZ 37.17 43.38 6.99 -
YUV 163.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 188 180 18 0 0.04 0.90 0.26 57.18 0.83 0.4
Hex BC B4 12 0 4 5A 1A 39 53 28
Octal 274 264 22 0 4 132 32 71 123 50
Binary 10111100 10110100 10010 0 100 1011010 11010 111001 1010011 101000

Color Harmonies of #BCB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB412

Black with #BCB412

Text Example


Text Example

White with #BCB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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