Html Css Color HEX #BCB012 La Rioja

📋 copy color: '#BCB012'

red 188 ◦ green 176 ◦ blue 18

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

Shades of La Rioja #BCB012

Tints of La Rioja #BCB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

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

R = 49.21%
G = 46.07%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB012 (or 0xBCB012) is known color: La Rioja. HEX triplet: BC, B0 and 12. RGB value is (188,176,18). Sum of RGB (Red+Green+Blue) = 188+176+18=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB012 is #434FED. Grayscale: #A2A2A2. Windows color (decimal): -4411374 or 1224892. OLE color: 1224892.

HSL color Cylindrical-coordinate representation of color #BCB012: hue angle of 55.76º 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 #BCB012 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 18 -
CMYK 0 0.06 0.90 0.26
HSL 55.76º 0.83% 0.4% -
HSV(B) 55.76º 0.9% 0.74% -
XYZ 36.37 41.79 6.72 -
YUV 161.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 188 176 18 0 0.06 0.90 0.26 55.76 0.83 0.4
Hex BC B0 12 0 6 5A 1A 38 53 28
Octal 274 260 22 0 6 132 32 70 123 50
Binary 10111100 10110000 10010 0 110 1011010 11010 111000 1010011 101000

Color Harmonies of #BCB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB012

Black with #BCB012

Text Example


Text Example

White with #BCB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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