Html Css Color HEX #BCB612 La Rioja

📋 copy color: '#BCB612'

red 188 ◦ green 182 ◦ blue 18

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

Shades of La Rioja #BCB612

Tints of La Rioja #BCB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.91%

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

R = 48.45%
G = 46.91%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB612 (or 0xBCB612) is known color: La Rioja. HEX triplet: BC, B6 and 12. RGB value is (188,182,18). Sum of RGB (Red+Green+Blue) = 188+182+18=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB612 is #4349ED. Grayscale: #A5A5A5. Windows color (decimal): -4409838 or 1226428. OLE color: 1226428.

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

Color convert

RGB 188 182 18 -
CMYK 0 0.03 0.90 0.26
HSL 57.88º 0.83% 0.4% -
HSV(B) 57.88º 0.9% 0.74% -
XYZ 37.58 44.19 7.12 -
YUV 165.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 188 182 18 0 0.03 0.90 0.26 57.88 0.83 0.4
Hex BC B6 12 0 3 5A 1A 3A 53 28
Octal 274 266 22 0 3 132 32 72 123 50
Binary 10111100 10110110 10010 0 11 1011010 11010 111010 1010011 101000

Color Harmonies of #BCB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB612

Black with #BCB612

Text Example


Text Example

White with #BCB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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