Html Css Color HEX #BCB81F Rio Grande

📋 copy color: '#BCB81F'

red 188 ◦ green 184 ◦ blue 31

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

Shades of Rio Grande #BCB81F

Tints of Rio Grande #BCB81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.69%

R = 46.65%
G = 45.66%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCB81F (or 0xBCB81F) is known color: Rio Grande. HEX triplet: BC, B8 and 1F. RGB value is (188,184,31). Sum of RGB (Red+Green+Blue) = 188+184+31=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB81F is #4347E0. Grayscale: #A8A8A8. Windows color (decimal): -4409313 or 2078908. OLE color: 2078908.

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

Color convert

RGB 188 184 31 -
CMYK 0 0.02 0.84 0.26
HSL 58.47º 0.72% 0.43% -
HSV(B) 58.47º 0.84% 0.74% -
XYZ 38.13 45.07 7.99 -
YUV 167.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 188 184 31 0 0.02 0.84 0.26 58.47 0.72 0.43
Hex BC B8 1F 0 2 54 1A 3A 48 2B
Octal 274 270 37 0 2 124 32 72 110 53
Binary 10111100 10111000 11111 0 10 1010100 11010 111010 1001000 101011

Color Harmonies of #BCB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB81F

Black with #BCB81F

Text Example


Text Example

White with #BCB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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