Html Css Color HEX #BCB40B La Rioja

📋 copy color: '#BCB40B'

red 188 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #BCB40B

Tints of La Rioja #BCB40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 49.6%
G = 47.49%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB40B (or 0xBCB40B) is known color: La Rioja. HEX triplet: BC, B4 and 0B. RGB value is (188,180,11). Sum of RGB (Red+Green+Blue) = 188+180+11=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB40B is #434BF4. Grayscale: #A3A3A3. Windows color (decimal): -4410357 or 767164. OLE color: 767164.

HSL color Cylindrical-coordinate representation of color #BCB40B: hue angle of 57.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCB40B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 11 -
CMYK 0 0.04 0.94 0.26
HSL 57.29º 0.89% 0.39% -
HSV(B) 57.29º 0.94% 0.74% -
XYZ 37.12 43.36 6.73 -
YUV 163.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 188 180 11 0 0.04 0.94 0.26 57.29 0.89 0.39
Hex BC B4 B 0 4 5E 1A 39 59 27
Octal 274 264 13 0 4 136 32 71 131 47
Binary 10111100 10110100 1011 0 100 1011110 11010 111001 1011001 100111

Color Harmonies of #BCB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB40B

Black with #BCB40B

Text Example


Text Example

White with #BCB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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