Html Css Color HEX #BCB61B La Rioja

📋 copy color: '#BCB61B'

red 188 ◦ green 182 ◦ blue 27

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

Shades of La Rioja #BCB61B

Tints of La Rioja #BCB61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 47.36%
G = 45.84%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCB61B (or 0xBCB61B) is known color: La Rioja. HEX triplet: BC, B6 and 1B. RGB value is (188,182,27). Sum of RGB (Red+Green+Blue) = 188+182+27=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB61B is #4349E4. Grayscale: #A6A6A6. Windows color (decimal): -4409829 or 1816252. OLE color: 1816252.

HSL color Cylindrical-coordinate representation of color #BCB61B: hue angle of 57.76º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCB61B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 27 -
CMYK 0 0.03 0.86 0.26
HSL 57.76º 0.75% 0.42% -
HSV(B) 57.76º 0.86% 0.74% -
XYZ 37.66 44.23 7.59 -
YUV 166.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 188 182 27 0 0.03 0.86 0.26 57.76 0.75 0.42
Hex BC B6 1B 0 3 56 1A 3A 4B 2A
Octal 274 266 33 0 3 126 32 72 113 52
Binary 10111100 10110110 11011 0 11 1010110 11010 111010 1001011 101010

Color Harmonies of #BCB61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB61B

Black with #BCB61B

Text Example


Text Example

White with #BCB61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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