Html Css Color HEX #BCB20B La Rioja

📋 copy color: '#BCB20B'

red 188 ◦ green 178 ◦ blue 11

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

Shades of La Rioja #BCB20B

Tints of La Rioja #BCB20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.21%

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

R = 49.87%
G = 47.21%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB20B (or 0xBCB20B) is known color: La Rioja. HEX triplet: BC, B2 and 0B. RGB value is (188,178,11). Sum of RGB (Red+Green+Blue) = 188+178+11=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB20B is #434DF4. Grayscale: #A2A2A2. Windows color (decimal): -4410869 or 766652. OLE color: 766652.

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

Color convert

RGB 188 178 11 -
CMYK 0 0.05 0.94 0.26
HSL 56.61º 0.89% 0.39% -
HSV(B) 56.61º 0.94% 0.74% -
XYZ 36.72 42.56 6.6 -
YUV 161.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 188 178 11 0 0.05 0.94 0.26 56.61 0.89 0.39
Hex BC B2 B 0 5 5E 1A 39 59 27
Octal 274 262 13 0 5 136 32 71 131 47
Binary 10111100 10110010 1011 0 101 1011110 11010 111001 1011001 100111

Color Harmonies of #BCB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB20B

Black with #BCB20B

Text Example


Text Example

White with #BCB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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