Html Css Color HEX #BCB81D La Rioja

📋 copy color: '#BCB81D'

red 188 ◦ green 184 ◦ blue 29

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

Shades of La Rioja #BCB81D

Tints of La Rioja #BCB81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 46.88%
G = 45.89%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCB81D (or 0xBCB81D) is known color: La Rioja. HEX triplet: BC, B8 and 1D. RGB value is (188,184,29). Sum of RGB (Red+Green+Blue) = 188+184+29=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB81D is #4347E2. Grayscale: #A8A8A8. Windows color (decimal): -4409315 or 1947836. OLE color: 1947836.

HSL color Cylindrical-coordinate representation of color #BCB81D: hue angle of 58.49º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB81D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 29 -
CMYK 0 0.02 0.85 0.26
HSL 58.49º 0.73% 0.43% -
HSV(B) 58.49º 0.85% 0.74% -
XYZ 38.1 45.06 7.85 -
YUV 167.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 188 184 29 0 0.02 0.85 0.26 58.49 0.73 0.43
Hex BC B8 1D 0 2 55 1A 3A 49 2B
Octal 274 270 35 0 2 125 32 72 111 53
Binary 10111100 10111000 11101 0 10 1010101 11010 111010 1001001 101011

Color Harmonies of #BCB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB81D

Black with #BCB81D

Text Example


Text Example

White with #BCB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB81D; }

 p { color: rgb(188,184,29); }

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

background-color css

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

 a { background-color: rgb(188,184,29); }

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

border-color css

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

 span { border-color: rgb(188,184,29); }

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