Html Css Color HEX #BCBD0B La Rioja

📋 copy color: '#BCBD0B'

red 188 ◦ green 189 ◦ blue 11

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

Shades of La Rioja #BCBD0B

Tints of La Rioja #BCBD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

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

R = 48.45%
G = 48.71%
B = 2.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCBD0B (or 0xBCBD0B) is known color: La Rioja. HEX triplet: BC, BD and 0B. RGB value is (188,189,11). Sum of RGB (Red+Green+Blue) = 188+189+11=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD0B is #4342F4. Grayscale: #A9A9A9. Windows color (decimal): -4408053 or 769468. OLE color: 769468.

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

Color convert

RGB 188 189 11 -
CMYK 0.01 0 0.94 0.26
HSL 60.34º 0.89% 0.39% -
HSV(B) 60.34º 0.94% 0.74% -
XYZ 39 47.11 7.35 -
YUV 168.41 39.17 141.97 -
System Red Green Blue C M Y K H S L
Decimal 188 189 11 0.01 0 0.94 0.26 60.34 0.89 0.39
Hex BC BD B 1 0 5E 1A 3C 59 27
Octal 274 275 13 1 0 136 32 74 131 47
Binary 10111100 10111101 1011 1 0 1011110 11010 111100 1011001 100111

Color Harmonies of #BCBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD0B

Black with #BCBD0B

Text Example


Text Example

White with #BCBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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