Html Css Color HEX #BCB81E Rio Grande

📋 copy color: '#BCB81E'

red 188 ◦ green 184 ◦ blue 30

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

Shades of Rio Grande #BCB81E

Tints of Rio Grande #BCB81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.46%

R = 46.77%
G = 45.77%
B = 7.46%

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

#BCB81E (or 0xBCB81E) is known color: Rio Grande. HEX triplet: BC, B8 and 1E. RGB value is (188,184,30). Sum of RGB (Red+Green+Blue) = 188+184+30=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB81E is #4347E1. Grayscale: #A8A8A8. Windows color (decimal): -4409314 or 2013372. OLE color: 2013372.

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

Color convert

RGB 188 184 30 -
CMYK 0 0.02 0.84 0.26
HSL 58.48º 0.72% 0.43% -
HSV(B) 58.48º 0.84% 0.74% -
XYZ 38.11 45.07 7.92 -
YUV 167.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 188 184 30 0 0.02 0.84 0.26 58.48 0.72 0.43
Hex BC B8 1E 0 2 54 1A 3A 48 2B
Octal 274 270 36 0 2 124 32 72 110 53
Binary 10111100 10111000 11110 0 10 1010100 11010 111010 1001000 101011

Color Harmonies of #BCB81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB81E

Black with #BCB81E

Text Example


Text Example

White with #BCB81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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