Html Css Color HEX #BCB30B La Rioja

📋 copy color: '#BCB30B'

red 188 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #BCB30B

Tints of La Rioja #BCB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 49.74%
G = 47.35%
B = 2.91%

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

#BCB30B (or 0xBCB30B) is known color: La Rioja. HEX triplet: BC, B3 and 0B. RGB value is (188,179,11). Sum of RGB (Red+Green+Blue) = 188+179+11=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB30B is #434CF4. Grayscale: #A3A3A3. Windows color (decimal): -4410613 or 766908. OLE color: 766908.

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

Color convert

RGB 188 179 11 -
CMYK 0 0.05 0.94 0.26
HSL 56.95º 0.89% 0.39% -
HSV(B) 56.95º 0.94% 0.74% -
XYZ 36.92 42.96 6.66 -
YUV 162.54 42.48 146.16 -
System Red Green Blue C M Y K H S L
Decimal 188 179 11 0 0.05 0.94 0.26 56.95 0.89 0.39
Hex BC B3 B 0 5 5E 1A 39 59 27
Octal 274 263 13 0 5 136 32 71 131 47
Binary 10111100 10110011 1011 0 101 1011110 11010 111001 1011001 100111

Color Harmonies of #BCB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB30B

Black with #BCB30B

Text Example


Text Example

White with #BCB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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